HSL(151, 96%, 83%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,96%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 96%, 83%) | color: hsl(151, 96%, 83%) | |
| HEX | #AAFDD5 | color: #AAFDD5 | |
| RGB | rgb(170, 253, 213) | color: rgb(170, 253, 213) | |
| CMYK | cmyk(33%, 0%, 16%, 1%) | — | |
| HSV | hsv(151, 33%, 99%) | — | |
| HWB | hwb(151 66% 1%) | color: hwb(151 66% 1%) | |
| OKLCH | oklch(0.9299 0.098 162.84) | color: oklch(0.9299 0.098 162.84) | |
| Lab | lab(93.28 -33.43 11.22) | color: lab(93.28 -33.43 11.22) | |
| LCH | lch(93.28 35.26 161.45) | color: lch(93.28 35.26 161.45) |
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)
#CECFDF — rgb(206, 207, 223)
Deuteranopia (Green-blind)
#C9C3E1 — rgb(201, 195, 225)
Tritanopia (Blue-blind)
#AEE6E8 — rgb(174, 230, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 96%, 83%);
text
color: hsl(151, 96%, 83%);
border
border: 2px solid hsl(151, 96%, 83%);
gradient light
background: linear-gradient(to right, hsl(151, 96%, 100%), hsl(151, 96%, 83%));
gradient dark
background: linear-gradient(to right, hsl(151, 96%, 83%), hsl(151, 96%, 63%))
hex
background-color: #AAFDD5;
tailwind
bg-[hsl(151,96%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 96%, 83%, 0.4);
css variable
--color-primary: hsl(151, 96%, 83%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 96%, 83%)?
HEX: #AAFDD5 | RGB: rgb(170, 253, 213) | CMYK: 33%, 0%, 16%, 1% | HSV: 151°, 33%, 99%. Copy any format from the conversion table above.
What colors go well with #AAFDD5?
The complementary color is HSL(331, 96%, 83%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 96%, 83%) in CSS?
As HSL: color: hsl(151, 96%, 83%); — As HEX: color: #AAFDD5; — As RGB: color: rgb(170, 253, 213); — Tailwind CSS: bg-[hsl(151,96%,83%)] — CSS variable: --color-primary: hsl(151, 96%, 83%);