HSL(187, 55%, 79%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,55%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 55%, 79%) | color: hsl(187, 55%, 79%) | |
| HEX | #ACE0E7 | color: #ACE0E7 | |
| RGB | rgb(172, 224, 231) | color: rgb(172, 224, 231) | |
| CMYK | cmyk(26%, 3%, 0%, 9%) | — | |
| HSV | hsv(187, 26%, 91%) | — | |
| HWB | hwb(187 67% 9%) | color: hwb(187 67% 9%) | |
| OKLCH | oklch(0.873 0.0542 206.45) | color: oklch(0.873 0.0542 206.45) | |
| Lab | lab(85.93 -15.04 -8.86) | color: lab(85.93 -15.04 -8.86) | |
| LCH | lch(85.93 17.46 210.5) | color: lch(85.93 17.46 210.5) |
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)
#C3C3E5 — rgb(195, 195, 229)
Deuteranopia (Green-blind)
#C0BCE5 — rgb(192, 188, 229)
Tritanopia (Blue-blind)
#AFE4E4 — rgb(175, 228, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 55%, 79%);
text
color: hsl(187, 55%, 79%);
border
border: 2px solid hsl(187, 55%, 79%);
gradient light
background: linear-gradient(to right, hsl(187, 55%, 99%), hsl(187, 55%, 79%));
gradient dark
background: linear-gradient(to right, hsl(187, 55%, 79%), hsl(187, 55%, 59%))
hex
background-color: #ACE0E7;
tailwind
bg-[hsl(187,55%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 55%, 79%, 0.4);
css variable
--color-primary: hsl(187, 55%, 79%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 55%, 79%)?
HEX: #ACE0E7 | RGB: rgb(172, 224, 231) | CMYK: 26%, 3%, 0%, 9% | HSV: 187°, 26%, 91%. Copy any format from the conversion table above.
What colors go well with #ACE0E7?
The complementary color is HSL(7, 55%, 79%). 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, 55%, 79%) in CSS?
As HSL: color: hsl(187, 55%, 79%); — As HEX: color: #ACE0E7; — As RGB: color: rgb(172, 224, 231); — Tailwind CSS: bg-[hsl(187,55%,79%)] — CSS variable: --color-primary: hsl(187, 55%, 79%);