HSL(187, 91%, 83%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,91%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 91%, 83%) | color: hsl(187, 91%, 83%) | |
| HEX | #ACF2FB | color: #ACF2FB | |
| RGB | rgb(172, 242, 251) | color: rgb(172, 242, 251) | |
| CMYK | cmyk(31%, 4%, 0%, 2%) | — | |
| HSV | hsv(187, 31%, 98%) | — | |
| HWB | hwb(187 68% 2%) | color: hwb(187 68% 2%) | |
| OKLCH | oklch(0.9179 0.0704 206.03) | color: oklch(0.9179 0.0704 206.03) | |
| Lab | lab(91.34 -19.53 -11.3) | color: lab(91.34 -19.53 -11.3) | |
| LCH | lch(91.34 22.56 210.05) | color: lch(91.34 22.56 210.05) |
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)
#CACBF9 — rgb(202, 203, 249)
Deuteranopia (Green-blind)
#C6C1F8 — rgb(198, 193, 248)
Tritanopia (Blue-blind)
#B0F7F7 — rgb(176, 247, 247)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 91%, 83%);
text
color: hsl(187, 91%, 83%);
border
border: 2px solid hsl(187, 91%, 83%);
gradient light
background: linear-gradient(to right, hsl(187, 91%, 100%), hsl(187, 91%, 83%));
gradient dark
background: linear-gradient(to right, hsl(187, 91%, 83%), hsl(187, 91%, 63%))
hex
background-color: #ACF2FB;
tailwind
bg-[hsl(187,91%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 91%, 83%, 0.4);
css variable
--color-primary: hsl(187, 91%, 83%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 91%, 83%)?
HEX: #ACF2FB | RGB: rgb(172, 242, 251) | CMYK: 31%, 4%, 0%, 2% | HSV: 187°, 31%, 98%. Copy any format from the conversion table above.
What colors go well with #ACF2FB?
The complementary color is HSL(7, 91%, 83%). 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, 91%, 83%) in CSS?
As HSL: color: hsl(187, 91%, 83%); — As HEX: color: #ACF2FB; — As RGB: color: rgb(172, 242, 251); — Tailwind CSS: bg-[hsl(187,91%,83%)] — CSS variable: --color-primary: hsl(187, 91%, 83%);