HSL(152, 45%, 74%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,45%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 45%, 74%) | color: hsl(152, 45%, 74%) | |
| HEX | #9FDBBF | color: #9FDBBF | |
| RGB | rgb(159, 219, 191) | color: rgb(159, 219, 191) | |
| CMYK | cmyk(27%, 0%, 13%, 14%) | — | |
| HSV | hsv(152, 27%, 86%) | — | |
| HWB | hwb(152 63% 14%) | color: hwb(152 63% 14%) | |
| OKLCH | oklch(0.8427 0.0729 164.28) | color: oklch(0.8427 0.0729 164.28) | |
| Lab | lab(82.8 -24.88 7.65) | color: lab(82.8 -24.88 7.65) | |
| LCH | lch(82.8 26.03 162.91) | color: lch(82.8 26.03 162.91) |
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)
#B9BAC6 — rgb(185, 186, 198)
Deuteranopia (Green-blind)
#B6B1C7 — rgb(182, 177, 199)
Tritanopia (Blue-blind)
#A2CBCC — rgb(162, 203, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 45%, 74%);
text
color: hsl(152, 45%, 74%);
border
border: 2px solid hsl(152, 45%, 74%);
gradient light
background: linear-gradient(to right, hsl(152, 45%, 94%), hsl(152, 45%, 74%));
gradient dark
background: linear-gradient(to right, hsl(152, 45%, 74%), hsl(152, 45%, 54%))
hex
background-color: #9FDBBF;
tailwind
bg-[hsl(152,45%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 45%, 74%, 0.4);
css variable
--color-primary: hsl(152, 45%, 74%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 45%, 74%)?
HEX: #9FDBBF | RGB: rgb(159, 219, 191) | CMYK: 27%, 0%, 13%, 14% | HSV: 152°, 27%, 86%. Copy any format from the conversion table above.
What colors go well with #9FDBBF?
The complementary color is HSL(332, 45%, 74%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 45%, 74%) in CSS?
As HSL: color: hsl(152, 45%, 74%); — As HEX: color: #9FDBBF; — As RGB: color: rgb(159, 219, 191); — Tailwind CSS: bg-[hsl(152,45%,74%)] — CSS variable: --color-primary: hsl(152, 45%, 74%);