HSL(166, 40%, 77%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,40%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 40%, 77%) | color: hsl(166, 40%, 77%) | |
| HEX | #ADDCD1 | color: #ADDCD1 | |
| RGB | rgb(173, 220, 209) | color: rgb(173, 220, 209) | |
| CMYK | cmyk(21%, 0%, 5%, 14%) | — | |
| HSV | hsv(166, 21%, 86%) | — | |
| HWB | hwb(166 68% 14%) | color: hwb(166 68% 14%) | |
| OKLCH | oklch(0.8583 0.0512 179.11) | color: oklch(0.8583 0.0512 179.11) | |
| Lab | lab(84.31 -17.43 0.4) | color: lab(84.31 -17.43 0.4) | |
| LCH | lch(84.31 17.43 178.69) | color: lch(84.31 17.43 178.69) |
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)
#C1C2D4 — rgb(193, 194, 212)
Deuteranopia (Green-blind)
#BFBBD4 — rgb(191, 187, 212)
Tritanopia (Blue-blind)
#AFD6D6 — rgb(175, 214, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 40%, 77%);
text
color: hsl(166, 40%, 77%);
border
border: 2px solid hsl(166, 40%, 77%);
gradient light
background: linear-gradient(to right, hsl(166, 40%, 97%), hsl(166, 40%, 77%));
gradient dark
background: linear-gradient(to right, hsl(166, 40%, 77%), hsl(166, 40%, 57%))
hex
background-color: #ADDCD1;
tailwind
bg-[hsl(166,40%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 40%, 77%, 0.4);
css variable
--color-primary: hsl(166, 40%, 77%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 40%, 77%)?
HEX: #ADDCD1 | RGB: rgb(173, 220, 209) | CMYK: 21%, 0%, 5%, 14% | HSV: 166°, 21%, 86%. Copy any format from the conversion table above.
What colors go well with #ADDCD1?
The complementary color is HSL(346, 40%, 77%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 40%, 77%) in CSS?
As HSL: color: hsl(166, 40%, 77%); — As HEX: color: #ADDCD1; — As RGB: color: rgb(173, 220, 209); — Tailwind CSS: bg-[hsl(166,40%,77%)] — CSS variable: --color-primary: hsl(166, 40%, 77%);