HSL(204, 30%, 57%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(204,30%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(204, 30%, 57%) | color: hsl(204, 30%, 57%) | |
| HEX | #7098B2 | color: #7098B2 | |
| RGB | rgb(112, 152, 178) | color: rgb(112, 152, 178) | |
| CMYK | cmyk(37%, 15%, 0%, 30%) | — | |
| HSV | hsv(204, 37%, 70%) | — | |
| HWB | hwb(204 44% 30%) | color: hwb(204 44% 30%) | |
| OKLCH | oklch(0.6599 0.0586 237.31) | color: oklch(0.6599 0.0586 237.31) | |
| Lab | lab(60.88 -7.05 -17.91) | color: lab(60.88 -7.05 -17.91) | |
| LCH | lch(60.88 19.25 248.51) | color: lch(60.88 19.25 248.51) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#8182AC — rgb(129, 130, 172)
Deuteranopia (Green-blind)
#7F7CAA — rgb(127, 124, 170)
Tritanopia (Blue-blind)
#72A7A6 — rgb(114, 167, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(204, 30%, 57%);
text
color: hsl(204, 30%, 57%);
border
border: 2px solid hsl(204, 30%, 57%);
gradient light
background: linear-gradient(to right, hsl(204, 30%, 77%), hsl(204, 30%, 57%));
gradient dark
background: linear-gradient(to right, hsl(204, 30%, 57%), hsl(204, 30%, 37%))
hex
background-color: #7098B2;
tailwind
bg-[hsl(204,30%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(204, 30%, 57%, 0.4);
css variable
--color-primary: hsl(204, 30%, 57%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(204, 30%, 57%)?
HEX: #7098B2 | RGB: rgb(112, 152, 178) | CMYK: 37%, 15%, 0%, 30% | HSV: 204°, 37%, 70%. Copy any format from the conversion table above.
What colors go well with #7098B2?
The complementary color is HSL(24, 30%, 57%). For a triadic harmony, use hues 204°, 324°, and 84°. For analogous combinations, try hues 174° and 234°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(204, 30%, 57%) in CSS?
As HSL: color: hsl(204, 30%, 57%); — As HEX: color: #7098B2; — As RGB: color: rgb(112, 152, 178); — Tailwind CSS: bg-[hsl(204,30%,57%)] — CSS variable: --color-primary: hsl(204, 30%, 57%);