HSL(85, 20%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,20%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 20%, 85%) | color: hsl(85, 20%, 85%) | |
| HEX | #DAE0D1 | color: #DAE0D1 | |
| RGB | rgb(218, 224, 209) | color: rgb(218, 224, 209) | |
| CMYK | cmyk(3%, 0%, 7%, 12%) | — | |
| HSV | hsv(84, 7%, 88%) | — | |
| HWB | hwb(84 82% 12%) | color: hwb(84 82% 12%) | |
| OKLCH | oklch(0.898 0.0211 124.68) | color: oklch(0.898 0.0211 124.68) | |
| Lab | lab(88.36 -4.68 6.64) | color: lab(88.36 -4.68 6.64) | |
| LCH | lch(88.36 8.12 125.18) | color: lch(88.36 8.12 125.18) |
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)
#DDDDD5 — rgb(221, 221, 213)
Deuteranopia (Green-blind)
#DCDCD6 — rgb(220, 220, 214)
Tritanopia (Blue-blind)
#DAD7D8 — rgb(218, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 20%, 85%);
text
color: hsl(85, 20%, 85%);
border
border: 2px solid hsl(85, 20%, 85%);
gradient light
background: linear-gradient(to right, hsl(85, 20%, 100%), hsl(85, 20%, 85%));
gradient dark
background: linear-gradient(to right, hsl(85, 20%, 85%), hsl(85, 20%, 65%))
hex
background-color: #DAE0D1;
tailwind
bg-[hsl(85,20%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 20%, 85%, 0.4);
css variable
--color-primary: hsl(85, 20%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 20%, 85%)?
HEX: #DAE0D1 | RGB: rgb(218, 224, 209) | CMYK: 3%, 0%, 7%, 12% | HSV: 84°, 7%, 88%. Copy any format from the conversion table above.
What colors go well with #DAE0D1?
The complementary color is HSL(265, 20%, 85%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 20%, 85%) in CSS?
As HSL: color: hsl(85, 20%, 85%); — As HEX: color: #DAE0D1; — As RGB: color: rgb(218, 224, 209); — Tailwind CSS: bg-[hsl(85,20%,85%)] — CSS variable: --color-primary: hsl(85, 20%, 85%);