HSL(188, 30%, 39%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,30%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 30%, 39%) | color: hsl(188, 30%, 39%) | |
| HEX | #467981 | color: #467981 | |
| RGB | rgb(70, 121, 129) | color: rgb(70, 121, 129) | |
| CMYK | cmyk(46%, 6%, 0%, 49%) | — | |
| HSV | hsv(188, 46%, 51%) | — | |
| HWB | hwb(188 28% 49%) | color: hwb(188 28% 49%) | |
| OKLCH | oklch(0.5434 0.0561 208.48) | color: oklch(0.5434 0.0561 208.48) | |
| Lab | lab(47.7 -14.84 -9.73) | color: lab(47.7 -14.84 -9.73) | |
| LCH | lch(47.7 17.75 213.25) | color: lch(47.7 17.75 213.25) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#5C5D7F — rgb(92, 93, 127)
Deuteranopia (Green-blind)
#59557F — rgb(89, 85, 127)
Tritanopia (Blue-blind)
#497E7D — rgb(73, 126, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 30%, 39%);
text
color: hsl(188, 30%, 39%);
border
border: 2px solid hsl(188, 30%, 39%);
gradient light
background: linear-gradient(to right, hsl(188, 30%, 59%), hsl(188, 30%, 39%));
gradient dark
background: linear-gradient(to right, hsl(188, 30%, 39%), hsl(188, 30%, 19%))
hex
background-color: #467981;
tailwind
bg-[hsl(188,30%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 30%, 39%, 0.4);
css variable
--color-primary: hsl(188, 30%, 39%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 30%, 39%)?
HEX: #467981 | RGB: rgb(70, 121, 129) | CMYK: 46%, 6%, 0%, 49% | HSV: 188°, 46%, 51%. Copy any format from the conversion table above.
What colors go well with #467981?
The complementary color is HSL(8, 30%, 39%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 30%, 39%) in CSS?
As HSL: color: hsl(188, 30%, 39%); — As HEX: color: #467981; — As RGB: color: rgb(70, 121, 129); — Tailwind CSS: bg-[hsl(188,30%,39%)] — CSS variable: --color-primary: hsl(188, 30%, 39%);