HSL(132, 11%, 87%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(132,11%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 11%, 87%) | color: hsl(132, 11%, 87%) | |
| HEX | #DAE1DC | color: #DAE1DC | |
| RGB | rgb(218, 225, 220) | color: rgb(218, 225, 220) | |
| CMYK | cmyk(3%, 0%, 2%, 12%) | — | |
| HSV | hsv(137, 3%, 88%) | — | |
| HWB | hwb(137 85% 12%) | color: hwb(137 85% 12%) | |
| OKLCH | oklch(0.903 0.0101 155.08) | color: oklch(0.903 0.0101 155.08) | |
| Lab | lab(88.89 -3.26 1.62) | color: lab(88.89 -3.26 1.62) | |
| LCH | lch(88.89 3.64 153.58) | color: lch(88.89 3.64 153.58) |
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)
#DDDDDD — rgb(221, 221, 221)
Deuteranopia (Green-blind)
#DDDCDE — rgb(221, 220, 222)
Tritanopia (Blue-blind)
#DADEDE — rgb(218, 222, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 11%, 87%);
text
color: hsl(132, 11%, 87%);
border
border: 2px solid hsl(132, 11%, 87%);
gradient light
background: linear-gradient(to right, hsl(132, 11%, 100%), hsl(132, 11%, 87%));
gradient dark
background: linear-gradient(to right, hsl(132, 11%, 87%), hsl(132, 11%, 67%))
hex
background-color: #DAE1DC;
tailwind
bg-[hsl(132,11%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 11%, 87%, 0.4);
css variable
--color-primary: hsl(132, 11%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(132, 11%, 87%)?
HEX: #DAE1DC | RGB: rgb(218, 225, 220) | CMYK: 3%, 0%, 2%, 12% | HSV: 137°, 3%, 88%. Copy any format from the conversion table above.
What colors go well with #DAE1DC?
The complementary color is HSL(312, 11%, 87%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 11%, 87%) in CSS?
As HSL: color: hsl(132, 11%, 87%); — As HEX: color: #DAE1DC; — As RGB: color: rgb(218, 225, 220); — Tailwind CSS: bg-[hsl(132,11%,87%)] — CSS variable: --color-primary: hsl(132, 11%, 87%);