HSL(89, 60%, 87%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(89,60%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 60%, 87%) | color: hsl(89, 60%, 87%) | |
| HEX | #DFF2CA | color: #DFF2CA | |
| RGB | rgb(223, 242, 202) | color: rgb(223, 242, 202) | |
| CMYK | cmyk(8%, 0%, 17%, 5%) | — | |
| HSV | hsv(89, 17%, 95%) | — | |
| HWB | hwb(89 79% 5%) | color: hwb(89 79% 5%) | |
| OKLCH | oklch(0.9367 0.0565 128.2) | color: oklch(0.9367 0.0565 128.2) | |
| Lab | lab(93.21 -13.18 17.23) | color: lab(93.21 -13.18 17.23) | |
| LCH | lch(93.21 21.69 127.41) | color: lch(93.21 21.69 127.41) |
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)
#E7E7D4 — rgb(231, 231, 212)
Deuteranopia (Green-blind)
#E6E5D6 — rgb(230, 229, 214)
Tritanopia (Blue-blind)
#E0DBDD — rgb(224, 219, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 60%, 87%);
text
color: hsl(89, 60%, 87%);
border
border: 2px solid hsl(89, 60%, 87%);
gradient light
background: linear-gradient(to right, hsl(89, 60%, 100%), hsl(89, 60%, 87%));
gradient dark
background: linear-gradient(to right, hsl(89, 60%, 87%), hsl(89, 60%, 67%))
hex
background-color: #DFF2CA;
tailwind
bg-[hsl(89,60%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 60%, 87%, 0.4);
css variable
--color-primary: hsl(89, 60%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(89, 60%, 87%)?
HEX: #DFF2CA | RGB: rgb(223, 242, 202) | CMYK: 8%, 0%, 17%, 5% | HSV: 89°, 17%, 95%. Copy any format from the conversion table above.
What colors go well with #DFF2CA?
The complementary color is HSL(269, 60%, 87%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 60%, 87%) in CSS?
As HSL: color: hsl(89, 60%, 87%); — As HEX: color: #DFF2CA; — As RGB: color: rgb(223, 242, 202); — Tailwind CSS: bg-[hsl(89,60%,87%)] — CSS variable: --color-primary: hsl(89, 60%, 87%);