HSL(146, 26%, 90%)
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(146,26%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 26%, 90%) | color: hsl(146, 26%, 90%) | |
| HEX | #DFECE5 | color: #DFECE5 | |
| RGB | rgb(223, 236, 229) | color: rgb(223, 236, 229) | |
| CMYK | cmyk(6%, 0%, 3%, 7%) | — | |
| HSV | hsv(148, 6%, 93%) | — | |
| HWB | hwb(148 87% 7%) | color: hwb(148 87% 7%) | |
| OKLCH | oklch(0.9314 0.0167 162.73) | color: oklch(0.9314 0.0167 162.73) | |
| Lab | lab(92.28 -5.58 1.9) | color: lab(92.28 -5.58 1.9) | |
| LCH | lch(92.28 5.89 161.2) | color: lch(92.28 5.89 161.2) |
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)
#E5E5E7 — rgb(229, 229, 231)
Deuteranopia (Green-blind)
#E4E3E7 — rgb(228, 227, 231)
Tritanopia (Blue-blind)
#E0E8E8 — rgb(224, 232, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 26%, 90%);
text
color: hsl(146, 26%, 90%);
border
border: 2px solid hsl(146, 26%, 90%);
gradient light
background: linear-gradient(to right, hsl(146, 26%, 100%), hsl(146, 26%, 90%));
gradient dark
background: linear-gradient(to right, hsl(146, 26%, 90%), hsl(146, 26%, 70%))
hex
background-color: #DFECE5;
tailwind
bg-[hsl(146,26%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 26%, 90%, 0.4);
css variable
--color-primary: hsl(146, 26%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(146, 26%, 90%)?
HEX: #DFECE5 | RGB: rgb(223, 236, 229) | CMYK: 6%, 0%, 3%, 7% | HSV: 148°, 6%, 93%. Copy any format from the conversion table above.
What colors go well with #DFECE5?
The complementary color is HSL(326, 26%, 90%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 26%, 90%) in CSS?
As HSL: color: hsl(146, 26%, 90%); — As HEX: color: #DFECE5; — As RGB: color: rgb(223, 236, 229); — Tailwind CSS: bg-[hsl(146,26%,90%)] — CSS variable: --color-primary: hsl(146, 26%, 90%);