HSL(139, 66%, 92%)
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(139,66%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 66%, 92%) | color: hsl(139, 66%, 92%) | |
| HEX | #DDF8E6 | color: #DDF8E6 | |
| RGB | rgb(221, 248, 230) | color: rgb(221, 248, 230) | |
| CMYK | cmyk(11%, 0%, 7%, 3%) | — | |
| HSV | hsv(140, 11%, 97%) | — | |
| HWB | hwb(140 86% 3%) | color: hwb(140 86% 3%) | |
| OKLCH | oklch(0.9546 0.037 156.45) | color: oklch(0.9546 0.037 156.45) | |
| Lab | lab(95.25 -12.09 5.67) | color: lab(95.25 -12.09 5.67) | |
| LCH | lch(95.25 13.35 154.87) | color: lch(95.25 13.35 154.87) |
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)
#E9E9EA — rgb(233, 233, 234)
Deuteranopia (Green-blind)
#E7E5EB — rgb(231, 229, 235)
Tritanopia (Blue-blind)
#DEEEEF — rgb(222, 238, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 66%, 92%);
text
color: hsl(139, 66%, 92%);
border
border: 2px solid hsl(139, 66%, 92%);
gradient light
background: linear-gradient(to right, hsl(139, 66%, 100%), hsl(139, 66%, 92%));
gradient dark
background: linear-gradient(to right, hsl(139, 66%, 92%), hsl(139, 66%, 72%))
hex
background-color: #DDF8E6;
tailwind
bg-[hsl(139,66%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 66%, 92%, 0.4);
css variable
--color-primary: hsl(139, 66%, 92%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(139, 66%, 92%)?
HEX: #DDF8E6 | RGB: rgb(221, 248, 230) | CMYK: 11%, 0%, 7%, 3% | HSV: 140°, 11%, 97%. Copy any format from the conversion table above.
What colors go well with #DDF8E6?
The complementary color is HSL(319, 66%, 92%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(139, 66%, 92%) in CSS?
As HSL: color: hsl(139, 66%, 92%); — As HEX: color: #DDF8E6; — As RGB: color: rgb(221, 248, 230); — Tailwind CSS: bg-[hsl(139,66%,92%)] — CSS variable: --color-primary: hsl(139, 66%, 92%);