HSL(148, 23%, 88%)
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(148,23%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 23%, 88%) | color: hsl(148, 23%, 88%) | |
| HEX | #D9E7E0 | color: #D9E7E0 | |
| RGB | rgb(217, 231, 224) | color: rgb(217, 231, 224) | |
| CMYK | cmyk(6%, 0%, 3%, 9%) | — | |
| HSV | hsv(150, 6%, 91%) | — | |
| HWB | hwb(150 86% 9%) | color: hwb(150 86% 9%) | |
| OKLCH | oklch(0.9155 0.0176 164.63) | color: oklch(0.9155 0.0176 164.63) | |
| Lab | lab(90.45 -5.94 1.8) | color: lab(90.45 -5.94 1.8) | |
| LCH | lch(90.45 6.21 163.14) | color: lch(90.45 6.21 163.14) |
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)
#DFDFE2 — rgb(223, 223, 226)
Deuteranopia (Green-blind)
#DEDDE2 — rgb(222, 221, 226)
Tritanopia (Blue-blind)
#DAE3E3 — rgb(218, 227, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 23%, 88%);
text
color: hsl(148, 23%, 88%);
border
border: 2px solid hsl(148, 23%, 88%);
gradient light
background: linear-gradient(to right, hsl(148, 23%, 100%), hsl(148, 23%, 88%));
gradient dark
background: linear-gradient(to right, hsl(148, 23%, 88%), hsl(148, 23%, 68%))
hex
background-color: #D9E7E0;
tailwind
bg-[hsl(148,23%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 23%, 88%, 0.4);
css variable
--color-primary: hsl(148, 23%, 88%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(148, 23%, 88%)?
HEX: #D9E7E0 | RGB: rgb(217, 231, 224) | CMYK: 6%, 0%, 3%, 9% | HSV: 150°, 6%, 91%. Copy any format from the conversion table above.
What colors go well with #D9E7E0?
The complementary color is HSL(328, 23%, 88%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 23%, 88%) in CSS?
As HSL: color: hsl(148, 23%, 88%); — As HEX: color: #D9E7E0; — As RGB: color: rgb(217, 231, 224); — Tailwind CSS: bg-[hsl(148,23%,88%)] — CSS variable: --color-primary: hsl(148, 23%, 88%);