HSL(158, 89%, 83%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(158,89%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(158, 89%, 83%) | color: hsl(158, 89%, 83%) | |
| HEX | #ADFADE | color: #ADFADE | |
| RGB | rgb(173, 250, 222) | color: rgb(173, 250, 222) | |
| CMYK | cmyk(31%, 0%, 11%, 2%) | — | |
| HSV | hsv(158, 31%, 98%) | — | |
| HWB | hwb(158 68% 2%) | color: hwb(158 68% 2%) | |
| OKLCH | oklch(0.9273 0.0851 169.72) | color: oklch(0.9273 0.0851 169.72) | |
| Lab | lab(92.81 -29.38 5.92) | color: lab(92.81 -29.38 5.92) | |
| LCH | lch(92.81 29.97 168.61) | color: lch(92.81 29.97 168.61) |
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)
#CECFE5 — rgb(206, 207, 229)
Deuteranopia (Green-blind)
#CAC4E6 — rgb(202, 196, 230)
Tritanopia (Blue-blind)
#B1EAEB — rgb(177, 234, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(158, 89%, 83%);
text
color: hsl(158, 89%, 83%);
border
border: 2px solid hsl(158, 89%, 83%);
gradient light
background: linear-gradient(to right, hsl(158, 89%, 100%), hsl(158, 89%, 83%));
gradient dark
background: linear-gradient(to right, hsl(158, 89%, 83%), hsl(158, 89%, 63%))
hex
background-color: #ADFADE;
tailwind
bg-[hsl(158,89%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(158, 89%, 83%, 0.4);
css variable
--color-primary: hsl(158, 89%, 83%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(158, 89%, 83%)?
HEX: #ADFADE | RGB: rgb(173, 250, 222) | CMYK: 31%, 0%, 11%, 2% | HSV: 158°, 31%, 98%. Copy any format from the conversion table above.
What colors go well with #ADFADE?
The complementary color is HSL(338, 89%, 83%). For a triadic harmony, use hues 158°, 278°, and 38°. For analogous combinations, try hues 128° and 188°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(158, 89%, 83%) in CSS?
As HSL: color: hsl(158, 89%, 83%); — As HEX: color: #ADFADE; — As RGB: color: rgb(173, 250, 222); — Tailwind CSS: bg-[hsl(158,89%,83%)] — CSS variable: --color-primary: hsl(158, 89%, 83%);