HSL(104, 10%, 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(104,10%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 10%, 86%) | color: hsl(104, 10%, 86%) | |
| HEX | #DADFD8 | color: #DADFD8 | |
| RGB | rgb(218, 223, 216) | color: rgb(218, 223, 216) | |
| CMYK | cmyk(2%, 0%, 3%, 13%) | — | |
| HSV | hsv(103, 3%, 87%) | — | |
| HWB | hwb(103 84% 13%) | color: hwb(103 84% 13%) | |
| OKLCH | oklch(0.8978 0.0108 136.56) | color: oklch(0.8978 0.0108 136.56) | |
| Lab | lab(88.28 -2.94 2.84) | color: lab(88.28 -2.94 2.84) | |
| LCH | lch(88.28 4.09 135.99) | color: lch(88.28 4.09 135.99) |
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)
#DCDCDA — rgb(220, 220, 218)
Deuteranopia (Green-blind)
#DCDCDA — rgb(220, 220, 218)
Tritanopia (Blue-blind)
#DADBDB — rgb(218, 219, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 10%, 86%);
text
color: hsl(104, 10%, 86%);
border
border: 2px solid hsl(104, 10%, 86%);
gradient light
background: linear-gradient(to right, hsl(104, 10%, 100%), hsl(104, 10%, 86%));
gradient dark
background: linear-gradient(to right, hsl(104, 10%, 86%), hsl(104, 10%, 66%))
hex
background-color: #DADFD8;
tailwind
bg-[hsl(104,10%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 10%, 86%, 0.4);
css variable
--color-primary: hsl(104, 10%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(104, 10%, 86%)?
HEX: #DADFD8 | RGB: rgb(218, 223, 216) | CMYK: 2%, 0%, 3%, 13% | HSV: 103°, 3%, 87%. Copy any format from the conversion table above.
What colors go well with #DADFD8?
The complementary color is HSL(284, 10%, 86%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 10%, 86%) in CSS?
As HSL: color: hsl(104, 10%, 86%); — As HEX: color: #DADFD8; — As RGB: color: rgb(218, 223, 216); — Tailwind CSS: bg-[hsl(104,10%,86%)] — CSS variable: --color-primary: hsl(104, 10%, 86%);