HSL(85, 52%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,52%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 52%, 85%) | color: hsl(85, 52%, 85%) | |
| HEX | #DCEDC5 | color: #DCEDC5 | |
| RGB | rgb(220, 237, 197) | color: rgb(220, 237, 197) | |
| CMYK | cmyk(7%, 0%, 17%, 7%) | — | |
| HSV | hsv(86, 17%, 93%) | — | |
| HWB | hwb(86 77% 7%) | color: hwb(86 77% 7%) | |
| OKLCH | oklch(0.9231 0.0559 126.24) | color: oklch(0.9231 0.0559 126.24) | |
| Lab | lab(91.6 -12.53 17.52) | color: lab(91.6 -12.53 17.52) | |
| LCH | lch(91.6 21.54 125.57) | color: lch(91.6 21.54 125.57) |
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)
#E3E4CF — rgb(227, 228, 207)
Deuteranopia (Green-blind)
#E2E1D1 — rgb(226, 225, 209)
Tritanopia (Blue-blind)
#DDD6D8 — rgb(221, 214, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 52%, 85%);
text
color: hsl(85, 52%, 85%);
border
border: 2px solid hsl(85, 52%, 85%);
gradient light
background: linear-gradient(to right, hsl(85, 52%, 100%), hsl(85, 52%, 85%));
gradient dark
background: linear-gradient(to right, hsl(85, 52%, 85%), hsl(85, 52%, 65%))
hex
background-color: #DCEDC5;
tailwind
bg-[hsl(85,52%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 52%, 85%, 0.4);
css variable
--color-primary: hsl(85, 52%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 52%, 85%)?
HEX: #DCEDC5 | RGB: rgb(220, 237, 197) | CMYK: 7%, 0%, 17%, 7% | HSV: 86°, 17%, 93%. Copy any format from the conversion table above.
What colors go well with #DCEDC5?
The complementary color is HSL(265, 52%, 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, 52%, 85%) in CSS?
As HSL: color: hsl(85, 52%, 85%); — As HEX: color: #DCEDC5; — As RGB: color: rgb(220, 237, 197); — Tailwind CSS: bg-[hsl(85,52%,85%)] — CSS variable: --color-primary: hsl(85, 52%, 85%);