HSL(131, 52%, 89%)
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(131,52%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 52%, 89%) | color: hsl(131, 52%, 89%) | |
| HEX | #D4F2DA | color: #D4F2DA | |
| RGB | rgb(212, 242, 218) | color: rgb(212, 242, 218) | |
| CMYK | cmyk(12%, 0%, 10%, 5%) | — | |
| HSV | hsv(132, 12%, 95%) | — | |
| HWB | hwb(132 84% 5%) | color: hwb(132 84% 5%) | |
| OKLCH | oklch(0.9329 0.0449 151.26) | color: oklch(0.9329 0.0449 151.26) | |
| Lab | lab(92.82 -14.21 8.3) | color: lab(92.82 -14.21 8.3) | |
| LCH | lch(92.82 16.46 149.71) | color: lch(92.82 16.46 149.71) |
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)
#E1E1E0 — rgb(225, 225, 224)
Deuteranopia (Green-blind)
#DFDDE1 — rgb(223, 221, 225)
Tritanopia (Blue-blind)
#D6E4E5 — rgb(214, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 52%, 89%);
text
color: hsl(131, 52%, 89%);
border
border: 2px solid hsl(131, 52%, 89%);
gradient light
background: linear-gradient(to right, hsl(131, 52%, 100%), hsl(131, 52%, 89%));
gradient dark
background: linear-gradient(to right, hsl(131, 52%, 89%), hsl(131, 52%, 69%))
hex
background-color: #D4F2DA;
tailwind
bg-[hsl(131,52%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 52%, 89%, 0.4);
css variable
--color-primary: hsl(131, 52%, 89%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(131, 52%, 89%)?
HEX: #D4F2DA | RGB: rgb(212, 242, 218) | CMYK: 12%, 0%, 10%, 5% | HSV: 132°, 12%, 95%. Copy any format from the conversion table above.
What colors go well with #D4F2DA?
The complementary color is HSL(311, 52%, 89%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 52%, 89%) in CSS?
As HSL: color: hsl(131, 52%, 89%); — As HEX: color: #D4F2DA; — As RGB: color: rgb(212, 242, 218); — Tailwind CSS: bg-[hsl(131,52%,89%)] — CSS variable: --color-primary: hsl(131, 52%, 89%);