HSL(71, 30%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,30%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 30%, 84%) | color: hsl(71, 30%, 84%) | |
| HEX | #DEE2CA | color: #DEE2CA | |
| RGB | rgb(222, 226, 202) | color: rgb(222, 226, 202) | |
| CMYK | cmyk(2%, 0%, 11%, 11%) | — | |
| HSV | hsv(70, 11%, 89%) | — | |
| HWB | hwb(70 79% 11%) | color: hwb(70 79% 11%) | |
| OKLCH | oklch(0.9033 0.0323 114.73) | color: oklch(0.9033 0.0323 114.73) | |
| Lab | lab(89.01 -5.49 11.28) | color: lab(89.01 -5.49 11.28) | |
| LCH | lch(89.01 12.55 115.95) | color: lch(89.01 12.55 115.95) |
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)
#E0E0D0 — rgb(224, 224, 208)
Deuteranopia (Green-blind)
#E0DFD1 — rgb(224, 223, 209)
Tritanopia (Blue-blind)
#DED4D5 — rgb(222, 212, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 30%, 84%);
text
color: hsl(71, 30%, 84%);
border
border: 2px solid hsl(71, 30%, 84%);
gradient light
background: linear-gradient(to right, hsl(71, 30%, 100%), hsl(71, 30%, 84%));
gradient dark
background: linear-gradient(to right, hsl(71, 30%, 84%), hsl(71, 30%, 64%))
hex
background-color: #DEE2CA;
tailwind
bg-[hsl(71,30%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 30%, 84%, 0.4);
css variable
--color-primary: hsl(71, 30%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 30%, 84%)?
HEX: #DEE2CA | RGB: rgb(222, 226, 202) | CMYK: 2%, 0%, 11%, 11% | HSV: 70°, 11%, 89%. Copy any format from the conversion table above.
What colors go well with #DEE2CA?
The complementary color is HSL(251, 30%, 84%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 30%, 84%) in CSS?
As HSL: color: hsl(71, 30%, 84%); — As HEX: color: #DEE2CA; — As RGB: color: rgb(222, 226, 202); — Tailwind CSS: bg-[hsl(71,30%,84%)] — CSS variable: --color-primary: hsl(71, 30%, 84%);