HSL(163, 20%, 85%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,20%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 20%, 85%) | color: hsl(163, 20%, 85%) | |
| HEX | #D1E0DC | color: #D1E0DC | |
| RGB | rgb(209, 224, 220) | color: rgb(209, 224, 220) | |
| CMYK | cmyk(7%, 0%, 2%, 12%) | — | |
| HSV | hsv(164, 7%, 88%) | — | |
| HWB | hwb(164 82% 12%) | color: hwb(164 82% 12%) | |
| OKLCH | oklch(0.8943 0.0169 178.23) | color: oklch(0.8943 0.0169 178.23) | |
| Lab | lab(87.98 -5.75 0.23) | color: lab(87.98 -5.75 0.23) | |
| LCH | lch(87.98 5.75 177.71) | color: lch(87.98 5.75 177.71) |
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)
#D7D8DD — rgb(215, 216, 221)
Deuteranopia (Green-blind)
#D7D6DD — rgb(215, 214, 221)
Tritanopia (Blue-blind)
#D2DEDE — rgb(210, 222, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 20%, 85%);
text
color: hsl(163, 20%, 85%);
border
border: 2px solid hsl(163, 20%, 85%);
gradient light
background: linear-gradient(to right, hsl(163, 20%, 100%), hsl(163, 20%, 85%));
gradient dark
background: linear-gradient(to right, hsl(163, 20%, 85%), hsl(163, 20%, 65%))
hex
background-color: #D1E0DC;
tailwind
bg-[hsl(163,20%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 20%, 85%, 0.4);
css variable
--color-primary: hsl(163, 20%, 85%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 20%, 85%)?
HEX: #D1E0DC | RGB: rgb(209, 224, 220) | CMYK: 7%, 0%, 2%, 12% | HSV: 164°, 7%, 88%. Copy any format from the conversion table above.
What colors go well with #D1E0DC?
The complementary color is HSL(343, 20%, 85%). For a triadic harmony, use hues 163°, 283°, and 43°. For analogous combinations, try hues 133° and 193°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(163, 20%, 85%) in CSS?
As HSL: color: hsl(163, 20%, 85%); — As HEX: color: #D1E0DC; — As RGB: color: rgb(209, 224, 220); — Tailwind CSS: bg-[hsl(163,20%,85%)] — CSS variable: --color-primary: hsl(163, 20%, 85%);