HSL(124, 52%, 91%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(124,52%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(124, 52%, 91%) | color: hsl(124, 52%, 91%) | |
| HEX | #DCF4DE | color: #DCF4DE | |
| RGB | rgb(220, 244, 222) | color: rgb(220, 244, 222) | |
| CMYK | cmyk(10%, 0%, 9%, 4%) | — | |
| HSV | hsv(125, 10%, 96%) | — | |
| HWB | hwb(125 86% 4%) | color: hwb(125 86% 4%) | |
| OKLCH | oklch(0.9436 0.0386 147.62) | color: oklch(0.9436 0.0386 147.62) | |
| Lab | lab(93.96 -11.85 7.94) | color: lab(93.96 -11.85 7.94) | |
| LCH | lch(93.96 14.26 146.18) | color: lch(93.96 14.26 146.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)
#E6E7E3 — rgb(230, 231, 227)
Deuteranopia (Green-blind)
#E5E3E5 — rgb(229, 227, 229)
Tritanopia (Blue-blind)
#DDE8E8 — rgb(221, 232, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(124, 52%, 91%);
text
color: hsl(124, 52%, 91%);
border
border: 2px solid hsl(124, 52%, 91%);
gradient light
background: linear-gradient(to right, hsl(124, 52%, 100%), hsl(124, 52%, 91%));
gradient dark
background: linear-gradient(to right, hsl(124, 52%, 91%), hsl(124, 52%, 71%))
hex
background-color: #DCF4DE;
tailwind
bg-[hsl(124,52%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(124, 52%, 91%, 0.4);
css variable
--color-primary: hsl(124, 52%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(124, 52%, 91%)?
HEX: #DCF4DE | RGB: rgb(220, 244, 222) | CMYK: 10%, 0%, 9%, 4% | HSV: 125°, 10%, 96%. Copy any format from the conversion table above.
What colors go well with #DCF4DE?
The complementary color is HSL(304, 52%, 91%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(124, 52%, 91%) in CSS?
As HSL: color: hsl(124, 52%, 91%); — As HEX: color: #DCF4DE; — As RGB: color: rgb(220, 244, 222); — Tailwind CSS: bg-[hsl(124,52%,91%)] — CSS variable: --color-primary: hsl(124, 52%, 91%);