HSL(152, 40%, 77%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,40%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 40%, 77%) | color: hsl(152, 40%, 77%) | |
| HEX | #ADDCC6 | color: #ADDCC6 | |
| RGB | rgb(173, 220, 198) | color: rgb(173, 220, 198) | |
| CMYK | cmyk(21%, 0%, 10%, 14%) | — | |
| HSV | hsv(152, 21%, 86%) | — | |
| HWB | hwb(152 68% 14%) | color: hwb(152 68% 14%) | |
| OKLCH | oklch(0.8552 0.0577 164.85) | color: oklch(0.8552 0.0577 164.85) | |
| Lab | lab(84.04 -19.63 5.83) | color: lab(84.04 -19.63 5.83) | |
| LCH | lch(84.04 20.48 163.46) | color: lch(84.04 20.48 163.46) |
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)
#C1C2CB — rgb(193, 194, 203)
Deuteranopia (Green-blind)
#BFBBCD — rgb(191, 187, 205)
Tritanopia (Blue-blind)
#AFD0D0 — rgb(175, 208, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 40%, 77%);
text
color: hsl(152, 40%, 77%);
border
border: 2px solid hsl(152, 40%, 77%);
gradient light
background: linear-gradient(to right, hsl(152, 40%, 97%), hsl(152, 40%, 77%));
gradient dark
background: linear-gradient(to right, hsl(152, 40%, 77%), hsl(152, 40%, 57%))
hex
background-color: #ADDCC6;
tailwind
bg-[hsl(152,40%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 40%, 77%, 0.4);
css variable
--color-primary: hsl(152, 40%, 77%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 40%, 77%)?
HEX: #ADDCC6 | RGB: rgb(173, 220, 198) | CMYK: 21%, 0%, 10%, 14% | HSV: 152°, 21%, 86%. Copy any format from the conversion table above.
What colors go well with #ADDCC6?
The complementary color is HSL(332, 40%, 77%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 40%, 77%) in CSS?
As HSL: color: hsl(152, 40%, 77%); — As HEX: color: #ADDCC6; — As RGB: color: rgb(173, 220, 198); — Tailwind CSS: bg-[hsl(152,40%,77%)] — CSS variable: --color-primary: hsl(152, 40%, 77%);