HSL(113, 20%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,20%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 20%, 84%) | color: hsl(113, 20%, 84%) | |
| HEX | #D0DECE | color: #D0DECE | |
| RGB | rgb(208, 222, 206) | color: rgb(208, 222, 206) | |
| CMYK | cmyk(6%, 0%, 7%, 13%) | — | |
| HSV | hsv(113, 7%, 87%) | — | |
| HWB | hwb(113 81% 13%) | color: hwb(113 81% 13%) | |
| OKLCH | oklch(0.8856 0.0263 141.76) | color: oklch(0.8856 0.0263 141.76) | |
| Lab | lab(87.05 -7.6 6.23) | color: lab(87.05 -7.6 6.23) | |
| LCH | lch(87.05 9.83 140.66) | color: lch(87.05 9.83 140.66) |
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)
#D6D6D2 — rgb(214, 214, 210)
Deuteranopia (Green-blind)
#D5D4D3 — rgb(213, 212, 211)
Tritanopia (Blue-blind)
#D1D5D6 — rgb(209, 213, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 20%, 84%);
text
color: hsl(113, 20%, 84%);
border
border: 2px solid hsl(113, 20%, 84%);
gradient light
background: linear-gradient(to right, hsl(113, 20%, 100%), hsl(113, 20%, 84%));
gradient dark
background: linear-gradient(to right, hsl(113, 20%, 84%), hsl(113, 20%, 64%))
hex
background-color: #D0DECE;
tailwind
bg-[hsl(113,20%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 20%, 84%, 0.4);
css variable
--color-primary: hsl(113, 20%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 20%, 84%)?
HEX: #D0DECE | RGB: rgb(208, 222, 206) | CMYK: 6%, 0%, 7%, 13% | HSV: 113°, 7%, 87%. Copy any format from the conversion table above.
What colors go well with #D0DECE?
The complementary color is HSL(293, 20%, 84%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 20%, 84%) in CSS?
As HSL: color: hsl(113, 20%, 84%); — As HEX: color: #D0DECE; — As RGB: color: rgb(208, 222, 206); — Tailwind CSS: bg-[hsl(113,20%,84%)] — CSS variable: --color-primary: hsl(113, 20%, 84%);