HSL(188, 75%, 81%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,75%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 75%, 81%) | color: hsl(188, 75%, 81%) | |
| HEX | #AAE9F3 | color: #AAE9F3 | |
| RGB | rgb(170, 233, 243) | color: rgb(170, 233, 243) | |
| CMYK | cmyk(30%, 4%, 0%, 5%) | — | |
| HSV | hsv(188, 30%, 95%) | — | |
| HWB | hwb(188 67% 5%) | color: hwb(188 67% 5%) | |
| OKLCH | oklch(0.8949 0.0647 208.29) | color: oklch(0.8949 0.0647 208.29) | |
| Lab | lab(88.59 -17.43 -11.23) | color: lab(88.59 -17.43 -11.23) | |
| LCH | lch(88.59 20.73 212.79) | color: lch(88.59 20.73 212.79) |
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)
#C5C6F1 — rgb(197, 198, 241)
Deuteranopia (Green-blind)
#C2BDF0 — rgb(194, 189, 240)
Tritanopia (Blue-blind)
#ADEFEE — rgb(173, 239, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 75%, 81%);
text
color: hsl(188, 75%, 81%);
border
border: 2px solid hsl(188, 75%, 81%);
gradient light
background: linear-gradient(to right, hsl(188, 75%, 100%), hsl(188, 75%, 81%));
gradient dark
background: linear-gradient(to right, hsl(188, 75%, 81%), hsl(188, 75%, 61%))
hex
background-color: #AAE9F3;
tailwind
bg-[hsl(188,75%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 75%, 81%, 0.4);
css variable
--color-primary: hsl(188, 75%, 81%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 75%, 81%)?
HEX: #AAE9F3 | RGB: rgb(170, 233, 243) | CMYK: 30%, 4%, 0%, 5% | HSV: 188°, 30%, 95%. Copy any format from the conversion table above.
What colors go well with #AAE9F3?
The complementary color is HSL(8, 75%, 81%). 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, 75%, 81%) in CSS?
As HSL: color: hsl(188, 75%, 81%); — As HEX: color: #AAE9F3; — As RGB: color: rgb(170, 233, 243); — Tailwind CSS: bg-[hsl(188,75%,81%)] — CSS variable: --color-primary: hsl(188, 75%, 81%);