HSL(114, 75%, 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(114,75%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(114, 75%, 91%) | color: hsl(114, 75%, 91%) | |
| HEX | #DAF9D7 | color: #DAF9D7 | |
| RGB | rgb(218, 249, 215) | color: rgb(218, 249, 215) | |
| CMYK | cmyk(12%, 0%, 14%, 2%) | — | |
| HSV | hsv(115, 14%, 98%) | — | |
| HWB | hwb(115 84% 2%) | color: hwb(115 84% 2%) | |
| OKLCH | oklch(0.9508 0.0555 142.72) | color: oklch(0.9508 0.0555 142.72) | |
| Lab | lab(94.98 -16.2 12.98) | color: lab(94.98 -16.2 12.98) | |
| LCH | lch(94.98 20.76 141.3) | color: lch(94.98 20.76 141.3) |
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)
#E7E8DF — rgb(231, 232, 223)
Deuteranopia (Green-blind)
#E6E3E1 — rgb(230, 227, 225)
Tritanopia (Blue-blind)
#DCE6E7 — rgb(220, 230, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(114, 75%, 91%);
text
color: hsl(114, 75%, 91%);
border
border: 2px solid hsl(114, 75%, 91%);
gradient light
background: linear-gradient(to right, hsl(114, 75%, 100%), hsl(114, 75%, 91%));
gradient dark
background: linear-gradient(to right, hsl(114, 75%, 91%), hsl(114, 75%, 71%))
hex
background-color: #DAF9D7;
tailwind
bg-[hsl(114,75%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(114, 75%, 91%, 0.4);
css variable
--color-primary: hsl(114, 75%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(114, 75%, 91%)?
HEX: #DAF9D7 | RGB: rgb(218, 249, 215) | CMYK: 12%, 0%, 14%, 2% | HSV: 115°, 14%, 98%. Copy any format from the conversion table above.
What colors go well with #DAF9D7?
The complementary color is HSL(294, 75%, 91%). For a triadic harmony, use hues 114°, 234°, and 354°. For analogous combinations, try hues 84° and 144°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(114, 75%, 91%) in CSS?
As HSL: color: hsl(114, 75%, 91%); — As HEX: color: #DAF9D7; — As RGB: color: rgb(218, 249, 215); — Tailwind CSS: bg-[hsl(114,75%,91%)] — CSS variable: --color-primary: hsl(114, 75%, 91%);