HSL(164, 60%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(164,60%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(164, 60%, 80%) | color: hsl(164, 60%, 80%) | |
| HEX | #ADEBDA | color: #ADEBDA | |
| RGB | rgb(173, 235, 218) | color: rgb(173, 235, 218) | |
| CMYK | cmyk(26%, 0%, 7%, 8%) | — | |
| HSV | hsv(164, 26%, 92%) | — | |
| HWB | hwb(164 68% 8%) | color: hwb(164 68% 8%) | |
| OKLCH | oklch(0.8934 0.0669 175.91) | color: oklch(0.8934 0.0669 175.91) | |
| Lab | lab(88.62 -23 1.93) | color: lab(88.62 -23 1.93) | |
| LCH | lch(88.62 23.08 175.2) | color: lch(88.62 23.08 175.2) |
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)
#C8C8DE — rgb(200, 200, 222)
Deuteranopia (Green-blind)
#C4C0DF — rgb(196, 192, 223)
Tritanopia (Blue-blind)
#B0E1E2 — rgb(176, 225, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(164, 60%, 80%);
text
color: hsl(164, 60%, 80%);
border
border: 2px solid hsl(164, 60%, 80%);
gradient light
background: linear-gradient(to right, hsl(164, 60%, 100%), hsl(164, 60%, 80%));
gradient dark
background: linear-gradient(to right, hsl(164, 60%, 80%), hsl(164, 60%, 60%))
hex
background-color: #ADEBDA;
tailwind
bg-[hsl(164,60%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(164, 60%, 80%, 0.4);
css variable
--color-primary: hsl(164, 60%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(164, 60%, 80%)?
HEX: #ADEBDA | RGB: rgb(173, 235, 218) | CMYK: 26%, 0%, 7%, 8% | HSV: 164°, 26%, 92%. Copy any format from the conversion table above.
What colors go well with #ADEBDA?
The complementary color is HSL(344, 60%, 80%). For a triadic harmony, use hues 164°, 284°, and 44°. For analogous combinations, try hues 134° and 194°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(164, 60%, 80%) in CSS?
As HSL: color: hsl(164, 60%, 80%); — As HEX: color: #ADEBDA; — As RGB: color: rgb(173, 235, 218); — Tailwind CSS: bg-[hsl(164,60%,80%)] — CSS variable: --color-primary: hsl(164, 60%, 80%);