HSL(157, 86%, 82%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(157,86%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(157, 86%, 82%) | color: hsl(157, 86%, 82%) | |
| HEX | #AAF9DA | color: #AAF9DA | |
| RGB | rgb(170, 249, 218) | color: rgb(170, 249, 218) | |
| CMYK | cmyk(32%, 0%, 12%, 2%) | — | |
| HSV | hsv(156, 32%, 98%) | — | |
| HWB | hwb(156 67% 2%) | color: hwb(156 67% 2%) | |
| OKLCH | oklch(0.9224 0.0887 167.9) | color: oklch(0.9224 0.0887 167.9) | |
| Lab | lab(92.29 -30.58 7.22) | color: lab(92.29 -30.58 7.22) | |
| LCH | lch(92.29 31.42 166.72) | color: lch(92.29 31.42 166.72) |
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)
#CCCDE2 — rgb(204, 205, 226)
Deuteranopia (Green-blind)
#C8C2E3 — rgb(200, 194, 227)
Tritanopia (Blue-blind)
#AEE7E9 — rgb(174, 231, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(157, 86%, 82%);
text
color: hsl(157, 86%, 82%);
border
border: 2px solid hsl(157, 86%, 82%);
gradient light
background: linear-gradient(to right, hsl(157, 86%, 100%), hsl(157, 86%, 82%));
gradient dark
background: linear-gradient(to right, hsl(157, 86%, 82%), hsl(157, 86%, 62%))
hex
background-color: #AAF9DA;
tailwind
bg-[hsl(157,86%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(157, 86%, 82%, 0.4);
css variable
--color-primary: hsl(157, 86%, 82%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(157, 86%, 82%)?
HEX: #AAF9DA | RGB: rgb(170, 249, 218) | CMYK: 32%, 0%, 12%, 2% | HSV: 156°, 32%, 98%. Copy any format from the conversion table above.
What colors go well with #AAF9DA?
The complementary color is HSL(337, 86%, 82%). For a triadic harmony, use hues 157°, 277°, and 37°. For analogous combinations, try hues 127° and 187°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(157, 86%, 82%) in CSS?
As HSL: color: hsl(157, 86%, 82%); — As HEX: color: #AAF9DA; — As RGB: color: rgb(170, 249, 218); — Tailwind CSS: bg-[hsl(157,86%,82%)] — CSS variable: --color-primary: hsl(157, 86%, 82%);