HSL(159, 30%, 62%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(159,30%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 30%, 62%) | color: hsl(159, 30%, 62%) | |
| HEX | #81BBA7 | color: #81BBA7 | |
| RGB | rgb(129, 187, 167) | color: rgb(129, 187, 167) | |
| CMYK | cmyk(31%, 0%, 11%, 27%) | — | |
| HSV | hsv(159, 31%, 73%) | — | |
| HWB | hwb(159 50% 27%) | color: hwb(159 50% 27%) | |
| OKLCH | oklch(0.7463 0.067 170.91) | color: oklch(0.7463 0.067 170.91) | |
| Lab | lab(71.55 -23.15 4.14) | color: lab(71.55 -23.15 4.14) | |
| LCH | lch(71.55 23.52 169.86) | color: lch(71.55 23.52 169.86) |
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)
#9A9BAC — rgb(154, 155, 172)
Deuteranopia (Green-blind)
#9792AD — rgb(151, 146, 173)
Tritanopia (Blue-blind)
#84B0B1 — rgb(132, 176, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 30%, 62%);
text
color: hsl(159, 30%, 62%);
border
border: 2px solid hsl(159, 30%, 62%);
gradient light
background: linear-gradient(to right, hsl(159, 30%, 82%), hsl(159, 30%, 62%));
gradient dark
background: linear-gradient(to right, hsl(159, 30%, 62%), hsl(159, 30%, 42%))
hex
background-color: #81BBA7;
tailwind
bg-[hsl(159,30%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 30%, 62%, 0.4);
css variable
--color-primary: hsl(159, 30%, 62%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 30%, 62%)?
HEX: #81BBA7 | RGB: rgb(129, 187, 167) | CMYK: 31%, 0%, 11%, 27% | HSV: 159°, 31%, 73%. Copy any format from the conversion table above.
What colors go well with #81BBA7?
The complementary color is HSL(339, 30%, 62%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 30%, 62%) in CSS?
As HSL: color: hsl(159, 30%, 62%); — As HEX: color: #81BBA7; — As RGB: color: rgb(129, 187, 167); — Tailwind CSS: bg-[hsl(159,30%,62%)] — CSS variable: --color-primary: hsl(159, 30%, 62%);