HSL(188, 66%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,66%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 66%, 76%) | color: hsl(188, 66%, 76%) | |
| HEX | #99DFEA | color: #99DFEA | |
| RGB | rgb(153, 223, 234) | color: rgb(153, 223, 234) | |
| CMYK | cmyk(35%, 5%, 0%, 8%) | — | |
| HSV | hsv(188, 35%, 92%) | — | |
| HWB | hwb(188 60% 8%) | color: hwb(188 60% 8%) | |
| OKLCH | oklch(0.8611 0.0714 208.25) | color: oklch(0.8611 0.0714 208.25) | |
| Lab | lab(84.73 -19.13 -12.34) | color: lab(84.73 -19.13 -12.34) | |
| LCH | lch(84.73 22.76 212.82) | color: lch(84.73 22.76 212.82) |
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)
#B7B8E7 — rgb(183, 184, 231)
Deuteranopia (Green-blind)
#B3AEE7 — rgb(179, 174, 231)
Tritanopia (Blue-blind)
#9DE5E5 — rgb(157, 229, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 66%, 76%);
text
color: hsl(188, 66%, 76%);
border
border: 2px solid hsl(188, 66%, 76%);
gradient light
background: linear-gradient(to right, hsl(188, 66%, 96%), hsl(188, 66%, 76%));
gradient dark
background: linear-gradient(to right, hsl(188, 66%, 76%), hsl(188, 66%, 56%))
hex
background-color: #99DFEA;
tailwind
bg-[hsl(188,66%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 66%, 76%, 0.4);
css variable
--color-primary: hsl(188, 66%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 66%, 76%)?
HEX: #99DFEA | RGB: rgb(153, 223, 234) | CMYK: 35%, 5%, 0%, 8% | HSV: 188°, 35%, 92%. Copy any format from the conversion table above.
What colors go well with #99DFEA?
The complementary color is HSL(8, 66%, 76%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 66%, 76%) in CSS?
As HSL: color: hsl(188, 66%, 76%); — As HEX: color: #99DFEA; — As RGB: color: rgb(153, 223, 234); — Tailwind CSS: bg-[hsl(188,66%,76%)] — CSS variable: --color-primary: hsl(188, 66%, 76%);