HSL(114, 12%, 86%)
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(114,12%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(114, 12%, 86%) | color: hsl(114, 12%, 86%) | |
| HEX | #D8E0D7 | color: #D8E0D7 | |
| RGB | rgb(216, 224, 215) | color: rgb(216, 224, 215) | |
| CMYK | cmyk(4%, 0%, 4%, 12%) | — | |
| HSV | hsv(113, 4%, 88%) | — | |
| HWB | hwb(113 84% 12%) | color: hwb(113 84% 12%) | |
| OKLCH | oklch(0.8981 0.0148 142.22) | color: oklch(0.8981 0.0148 142.22) | |
| Lab | lab(88.36 -4.31 3.47) | color: lab(88.36 -4.31 3.47) | |
| LCH | lch(88.36 5.53 141.16) | color: lch(88.36 5.53 141.16) |
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)
#DBDCD9 — rgb(219, 220, 217)
Deuteranopia (Green-blind)
#DBDADA — rgb(219, 218, 218)
Tritanopia (Blue-blind)
#D8DBDB — rgb(216, 219, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(114, 12%, 86%);
text
color: hsl(114, 12%, 86%);
border
border: 2px solid hsl(114, 12%, 86%);
gradient light
background: linear-gradient(to right, hsl(114, 12%, 100%), hsl(114, 12%, 86%));
gradient dark
background: linear-gradient(to right, hsl(114, 12%, 86%), hsl(114, 12%, 66%))
hex
background-color: #D8E0D7;
tailwind
bg-[hsl(114,12%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(114, 12%, 86%, 0.4);
css variable
--color-primary: hsl(114, 12%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(114, 12%, 86%)?
HEX: #D8E0D7 | RGB: rgb(216, 224, 215) | CMYK: 4%, 0%, 4%, 12% | HSV: 113°, 4%, 88%. Copy any format from the conversion table above.
What colors go well with #D8E0D7?
The complementary color is HSL(294, 12%, 86%). 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, 12%, 86%) in CSS?
As HSL: color: hsl(114, 12%, 86%); — As HEX: color: #D8E0D7; — As RGB: color: rgb(216, 224, 215); — Tailwind CSS: bg-[hsl(114,12%,86%)] — CSS variable: --color-primary: hsl(114, 12%, 86%);