HSL(147, 11%, 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(147,11%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 11%, 86%) | color: hsl(147, 11%, 86%) | |
| HEX | #D7DFDB | color: #D7DFDB | |
| RGB | rgb(215, 223, 219) | color: rgb(215, 223, 219) | |
| CMYK | cmyk(4%, 0%, 2%, 13%) | — | |
| HSV | hsv(150, 4%, 87%) | — | |
| HWB | hwb(150 84% 13%) | color: hwb(150 84% 13%) | |
| OKLCH | oklch(0.8964 0.0102 164.84) | color: oklch(0.8964 0.0102 164.84) | |
| Lab | lab(88.13 -3.42 1.02) | color: lab(88.13 -3.42 1.02) | |
| LCH | lch(88.13 3.57 163.39) | color: lch(88.13 3.57 163.39) |
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)
#DADBDC — rgb(218, 219, 220)
Deuteranopia (Green-blind)
#DAD9DC — rgb(218, 217, 220)
Tritanopia (Blue-blind)
#D7DDDD — rgb(215, 221, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 11%, 86%);
text
color: hsl(147, 11%, 86%);
border
border: 2px solid hsl(147, 11%, 86%);
gradient light
background: linear-gradient(to right, hsl(147, 11%, 100%), hsl(147, 11%, 86%));
gradient dark
background: linear-gradient(to right, hsl(147, 11%, 86%), hsl(147, 11%, 66%))
hex
background-color: #D7DFDB;
tailwind
bg-[hsl(147,11%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 11%, 86%, 0.4);
css variable
--color-primary: hsl(147, 11%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(147, 11%, 86%)?
HEX: #D7DFDB | RGB: rgb(215, 223, 219) | CMYK: 4%, 0%, 2%, 13% | HSV: 150°, 4%, 87%. Copy any format from the conversion table above.
What colors go well with #D7DFDB?
The complementary color is HSL(327, 11%, 86%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 11%, 86%) in CSS?
As HSL: color: hsl(147, 11%, 86%); — As HEX: color: #D7DFDB; — As RGB: color: rgb(215, 223, 219); — Tailwind CSS: bg-[hsl(147,11%,86%)] — CSS variable: --color-primary: hsl(147, 11%, 86%);