HSL(187, 59%, 74%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,59%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 59%, 74%) | color: hsl(187, 59%, 74%) | |
| HEX | #96DBE4 | color: #96DBE4 | |
| RGB | rgb(150, 219, 228) | color: rgb(150, 219, 228) | |
| CMYK | cmyk(34%, 4%, 0%, 11%) | — | |
| HSV | hsv(187, 34%, 89%) | — | |
| HWB | hwb(187 59% 11%) | color: hwb(187 59% 11%) | |
| OKLCH | oklch(0.8487 0.0701 206.2) | color: oklch(0.8487 0.0701 206.2) | |
| Lab | lab(83.31 -19.36 -11.3) | color: lab(83.31 -19.36 -11.3) | |
| LCH | lch(83.31 22.42 210.27) | color: lch(83.31 22.42 210.27) |
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)
#B4B4E2 — rgb(180, 180, 226)
Deuteranopia (Green-blind)
#B0ABE1 — rgb(176, 171, 225)
Tritanopia (Blue-blind)
#99E0E0 — rgb(153, 224, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 59%, 74%);
text
color: hsl(187, 59%, 74%);
border
border: 2px solid hsl(187, 59%, 74%);
gradient light
background: linear-gradient(to right, hsl(187, 59%, 94%), hsl(187, 59%, 74%));
gradient dark
background: linear-gradient(to right, hsl(187, 59%, 74%), hsl(187, 59%, 54%))
hex
background-color: #96DBE4;
tailwind
bg-[hsl(187,59%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 59%, 74%, 0.4);
css variable
--color-primary: hsl(187, 59%, 74%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 59%, 74%)?
HEX: #96DBE4 | RGB: rgb(150, 219, 228) | CMYK: 34%, 4%, 0%, 11% | HSV: 187°, 34%, 89%. Copy any format from the conversion table above.
What colors go well with #96DBE4?
The complementary color is HSL(7, 59%, 74%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(187, 59%, 74%) in CSS?
As HSL: color: hsl(187, 59%, 74%); — As HEX: color: #96DBE4; — As RGB: color: rgb(150, 219, 228); — Tailwind CSS: bg-[hsl(187,59%,74%)] — CSS variable: --color-primary: hsl(187, 59%, 74%);