HSL(186, 60%, 75%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(186,60%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 60%, 75%) | color: hsl(186, 60%, 75%) | |
| HEX | #99DEE6 | color: #99DEE6 | |
| RGB | rgb(153, 222, 230) | color: rgb(153, 222, 230) | |
| CMYK | cmyk(33%, 3%, 0%, 10%) | — | |
| HSV | hsv(186, 33%, 90%) | — | |
| HWB | hwb(186 60% 10%) | color: hwb(186 60% 10%) | |
| OKLCH | oklch(0.8575 0.0698 205.08) | color: oklch(0.8575 0.0698 205.08) | |
| Lab | lab(84.34 -19.58 -10.8) | color: lab(84.34 -19.58 -10.8) | |
| LCH | lch(84.34 22.36 208.88) | color: lch(84.34 22.36 208.88) |
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)
#B7B7E4 — rgb(183, 183, 228)
Deuteranopia (Green-blind)
#B3AEE4 — rgb(179, 174, 228)
Tritanopia (Blue-blind)
#9CE3E2 — rgb(156, 227, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 60%, 75%);
text
color: hsl(186, 60%, 75%);
border
border: 2px solid hsl(186, 60%, 75%);
gradient light
background: linear-gradient(to right, hsl(186, 60%, 95%), hsl(186, 60%, 75%));
gradient dark
background: linear-gradient(to right, hsl(186, 60%, 75%), hsl(186, 60%, 55%))
hex
background-color: #99DEE6;
tailwind
bg-[hsl(186,60%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 60%, 75%, 0.4);
css variable
--color-primary: hsl(186, 60%, 75%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 60%, 75%)?
HEX: #99DEE6 | RGB: rgb(153, 222, 230) | CMYK: 33%, 3%, 0%, 10% | HSV: 186°, 33%, 90%. Copy any format from the conversion table above.
What colors go well with #99DEE6?
The complementary color is HSL(6, 60%, 75%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 60%, 75%) in CSS?
As HSL: color: hsl(186, 60%, 75%); — As HEX: color: #99DEE6; — As RGB: color: rgb(153, 222, 230); — Tailwind CSS: bg-[hsl(186,60%,75%)] — CSS variable: --color-primary: hsl(186, 60%, 75%);