HSL(154, 60%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(154,60%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(154, 60%, 80%) | color: hsl(154, 60%, 80%) | |
| HEX | #ADEBD0 | color: #ADEBD0 | |
| RGB | rgb(173, 235, 208) | color: rgb(173, 235, 208) | |
| CMYK | cmyk(26%, 0%, 11%, 8%) | — | |
| HSV | hsv(154, 26%, 92%) | — | |
| HWB | hwb(154 68% 8%) | color: hwb(154 68% 8%) | |
| OKLCH | oklch(0.8907 0.073 166.07) | color: oklch(0.8907 0.073 166.07) | |
| Lab | lab(88.38 -25.02 6.81) | color: lab(88.38 -25.02 6.81) | |
| LCH | lch(88.38 25.93 164.77) | color: lch(88.38 25.93 164.77) |
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)
#C8C8D7 — rgb(200, 200, 215)
Deuteranopia (Green-blind)
#C4C0D8 — rgb(196, 192, 216)
Tritanopia (Blue-blind)
#B0DCDD — rgb(176, 220, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(154, 60%, 80%);
text
color: hsl(154, 60%, 80%);
border
border: 2px solid hsl(154, 60%, 80%);
gradient light
background: linear-gradient(to right, hsl(154, 60%, 100%), hsl(154, 60%, 80%));
gradient dark
background: linear-gradient(to right, hsl(154, 60%, 80%), hsl(154, 60%, 60%))
hex
background-color: #ADEBD0;
tailwind
bg-[hsl(154,60%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(154, 60%, 80%, 0.4);
css variable
--color-primary: hsl(154, 60%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(154, 60%, 80%)?
HEX: #ADEBD0 | RGB: rgb(173, 235, 208) | CMYK: 26%, 0%, 11%, 8% | HSV: 154°, 26%, 92%. Copy any format from the conversion table above.
What colors go well with #ADEBD0?
The complementary color is HSL(334, 60%, 80%). For a triadic harmony, use hues 154°, 274°, and 34°. For analogous combinations, try hues 124° and 184°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(154, 60%, 80%) in CSS?
As HSL: color: hsl(154, 60%, 80%); — As HEX: color: #ADEBD0; — As RGB: color: rgb(173, 235, 208); — Tailwind CSS: bg-[hsl(154,60%,80%)] — CSS variable: --color-primary: hsl(154, 60%, 80%);