HSL(74, 20%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,20%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 20%, 85%) | color: hsl(74, 20%, 85%) | |
| HEX | #DDE0D1 | color: #DDE0D1 | |
| RGB | rgb(221, 224, 209) | color: rgb(221, 224, 209) | |
| CMYK | cmyk(1%, 0%, 7%, 12%) | — | |
| HSV | hsv(72, 7%, 88%) | — | |
| HWB | hwb(72 82% 12%) | color: hwb(72 82% 12%) | |
| OKLCH | oklch(0.9003 0.0204 115.99) | color: oklch(0.9003 0.0204 115.99) | |
| Lab | lab(88.58 -3.64 6.99) | color: lab(88.58 -3.64 6.99) | |
| LCH | lch(88.58 7.88 117.51) | color: lch(88.58 7.88 117.51) |
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)
#DEDED5 — rgb(222, 222, 213)
Deuteranopia (Green-blind)
#DEDED6 — rgb(222, 222, 214)
Tritanopia (Blue-blind)
#DDD7D8 — rgb(221, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 20%, 85%);
text
color: hsl(74, 20%, 85%);
border
border: 2px solid hsl(74, 20%, 85%);
gradient light
background: linear-gradient(to right, hsl(74, 20%, 100%), hsl(74, 20%, 85%));
gradient dark
background: linear-gradient(to right, hsl(74, 20%, 85%), hsl(74, 20%, 65%))
hex
background-color: #DDE0D1;
tailwind
bg-[hsl(74,20%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 20%, 85%, 0.4);
css variable
--color-primary: hsl(74, 20%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 20%, 85%)?
HEX: #DDE0D1 | RGB: rgb(221, 224, 209) | CMYK: 1%, 0%, 7%, 12% | HSV: 72°, 7%, 88%. Copy any format from the conversion table above.
What colors go well with #DDE0D1?
The complementary color is HSL(254, 20%, 85%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 20%, 85%) in CSS?
As HSL: color: hsl(74, 20%, 85%); — As HEX: color: #DDE0D1; — As RGB: color: rgb(221, 224, 209); — Tailwind CSS: bg-[hsl(74,20%,85%)] — CSS variable: --color-primary: hsl(74, 20%, 85%);