HSL(191, 67%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(191,67%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 67%, 80%) | color: hsl(191, 67%, 80%) | |
| HEX | #AAE2EE | color: #AAE2EE | |
| RGB | rgb(170, 226, 238) | color: rgb(170, 226, 238) | |
| CMYK | cmyk(29%, 5%, 0%, 7%) | — | |
| HSV | hsv(191, 29%, 93%) | — | |
| HWB | hwb(191 66% 7%) | color: hwb(191 66% 7%) | |
| OKLCH | oklch(0.8783 0.0594 212.3) | color: oklch(0.8783 0.0594 212.3) | |
| Lab | lab(86.56 -15.05 -11.63) | color: lab(86.56 -15.05 -11.63) | |
| LCH | lch(86.56 19.02 217.7) | color: lch(86.56 19.02 217.7) |
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)
#C2C3EB — rgb(194, 195, 235)
Deuteranopia (Green-blind)
#BFBBEA — rgb(191, 187, 234)
Tritanopia (Blue-blind)
#ADE9E8 — rgb(173, 233, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 67%, 80%);
text
color: hsl(191, 67%, 80%);
border
border: 2px solid hsl(191, 67%, 80%);
gradient light
background: linear-gradient(to right, hsl(191, 67%, 100%), hsl(191, 67%, 80%));
gradient dark
background: linear-gradient(to right, hsl(191, 67%, 80%), hsl(191, 67%, 60%))
hex
background-color: #AAE2EE;
tailwind
bg-[hsl(191,67%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 67%, 80%, 0.4);
css variable
--color-primary: hsl(191, 67%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 67%, 80%)?
HEX: #AAE2EE | RGB: rgb(170, 226, 238) | CMYK: 29%, 5%, 0%, 7% | HSV: 191°, 29%, 93%. Copy any format from the conversion table above.
What colors go well with #AAE2EE?
The complementary color is HSL(11, 67%, 80%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(191, 67%, 80%) in CSS?
As HSL: color: hsl(191, 67%, 80%); — As HEX: color: #AAE2EE; — As RGB: color: rgb(170, 226, 238); — Tailwind CSS: bg-[hsl(191,67%,80%)] — CSS variable: --color-primary: hsl(191, 67%, 80%);