HSL(187, 58%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,58%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 58%, 76%) | color: hsl(187, 58%, 76%) | |
| HEX | #9EDDE5 | color: #9EDDE5 | |
| RGB | rgb(158, 221, 229) | color: rgb(158, 221, 229) | |
| CMYK | cmyk(31%, 3%, 0%, 10%) | — | |
| HSV | hsv(187, 31%, 90%) | — | |
| HWB | hwb(187 62% 10%) | color: hwb(187 62% 10%) | |
| OKLCH | oklch(0.8578 0.0645 205.91) | color: oklch(0.8578 0.0645 205.91) | |
| Lab | lab(84.3 -17.95 -10.32) | color: lab(84.3 -17.95 -10.32) | |
| LCH | lch(84.3 20.71 209.9) | color: lch(84.3 20.71 209.9) |
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)
#B9BAE3 — rgb(185, 186, 227)
Deuteranopia (Green-blind)
#B6B1E3 — rgb(182, 177, 227)
Tritanopia (Blue-blind)
#A1E2E1 — rgb(161, 226, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 58%, 76%);
text
color: hsl(187, 58%, 76%);
border
border: 2px solid hsl(187, 58%, 76%);
gradient light
background: linear-gradient(to right, hsl(187, 58%, 96%), hsl(187, 58%, 76%));
gradient dark
background: linear-gradient(to right, hsl(187, 58%, 76%), hsl(187, 58%, 56%))
hex
background-color: #9EDDE5;
tailwind
bg-[hsl(187,58%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 58%, 76%, 0.4);
css variable
--color-primary: hsl(187, 58%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 58%, 76%)?
HEX: #9EDDE5 | RGB: rgb(158, 221, 229) | CMYK: 31%, 3%, 0%, 10% | HSV: 187°, 31%, 90%. Copy any format from the conversion table above.
What colors go well with #9EDDE5?
The complementary color is HSL(7, 58%, 76%). 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, 58%, 76%) in CSS?
As HSL: color: hsl(187, 58%, 76%); — As HEX: color: #9EDDE5; — As RGB: color: rgb(158, 221, 229); — Tailwind CSS: bg-[hsl(187,58%,76%)] — CSS variable: --color-primary: hsl(187, 58%, 76%);