HSL(152, 65%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,65%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 65%, 76%) | color: hsl(152, 65%, 76%) | |
| HEX | #9AEAC4 | color: #9AEAC4 | |
| RGB | rgb(154, 234, 196) | color: rgb(154, 234, 196) | |
| CMYK | cmyk(34%, 0%, 16%, 8%) | — | |
| HSV | hsv(152, 34%, 92%) | — | |
| HWB | hwb(152 61% 8%) | color: hwb(152 61% 8%) | |
| OKLCH | oklch(0.8749 0.0952 163.05) | color: oklch(0.8749 0.0952 163.05) | |
| Lab | lab(86.85 -32.52 10.77) | color: lab(86.85 -32.52 10.77) | |
| LCH | lch(86.85 34.26 161.68) | color: lch(86.85 34.26 161.68) |
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)
#BDBDCD — rgb(189, 189, 205)
Deuteranopia (Green-blind)
#B8B2CF — rgb(184, 178, 207)
Tritanopia (Blue-blind)
#9ED4D6 — rgb(158, 212, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 65%, 76%);
text
color: hsl(152, 65%, 76%);
border
border: 2px solid hsl(152, 65%, 76%);
gradient light
background: linear-gradient(to right, hsl(152, 65%, 96%), hsl(152, 65%, 76%));
gradient dark
background: linear-gradient(to right, hsl(152, 65%, 76%), hsl(152, 65%, 56%))
hex
background-color: #9AEAC4;
tailwind
bg-[hsl(152,65%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 65%, 76%, 0.4);
css variable
--color-primary: hsl(152, 65%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 65%, 76%)?
HEX: #9AEAC4 | RGB: rgb(154, 234, 196) | CMYK: 34%, 0%, 16%, 8% | HSV: 152°, 34%, 92%. Copy any format from the conversion table above.
What colors go well with #9AEAC4?
The complementary color is HSL(332, 65%, 76%). 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, 65%, 76%) in CSS?
As HSL: color: hsl(152, 65%, 76%); — As HEX: color: #9AEAC4; — As RGB: color: rgb(154, 234, 196); — Tailwind CSS: bg-[hsl(152,65%,76%)] — CSS variable: --color-primary: hsl(152, 65%, 76%);