HSL(125, 30%, 89%)
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(125,30%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 30%, 89%) | color: hsl(125, 30%, 89%) | |
| HEX | #DBEBDC | color: #DBEBDC | |
| RGB | rgb(219, 235, 220) | color: rgb(219, 235, 220) | |
| CMYK | cmyk(7%, 0%, 6%, 8%) | — | |
| HSV | hsv(124, 7%, 92%) | — | |
| HWB | hwb(124 86% 8%) | color: hwb(124 86% 8%) | |
| OKLCH | oklch(0.924 0.0263 147.14) | color: oklch(0.924 0.0263 147.14) | |
| Lab | lab(91.52 -8.02 5.46) | color: lab(91.52 -8.02 5.46) | |
| LCH | lch(91.52 9.7 145.75) | color: lch(91.52 9.7 145.75) |
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)
#E2E2E0 — rgb(226, 226, 224)
Deuteranopia (Green-blind)
#E1E0E1 — rgb(225, 224, 225)
Tritanopia (Blue-blind)
#DCE2E3 — rgb(220, 226, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 30%, 89%);
text
color: hsl(125, 30%, 89%);
border
border: 2px solid hsl(125, 30%, 89%);
gradient light
background: linear-gradient(to right, hsl(125, 30%, 100%), hsl(125, 30%, 89%));
gradient dark
background: linear-gradient(to right, hsl(125, 30%, 89%), hsl(125, 30%, 69%))
hex
background-color: #DBEBDC;
tailwind
bg-[hsl(125,30%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 30%, 89%, 0.4);
css variable
--color-primary: hsl(125, 30%, 89%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(125, 30%, 89%)?
HEX: #DBEBDC | RGB: rgb(219, 235, 220) | CMYK: 7%, 0%, 6%, 8% | HSV: 124°, 7%, 92%. Copy any format from the conversion table above.
What colors go well with #DBEBDC?
The complementary color is HSL(305, 30%, 89%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 30%, 89%) in CSS?
As HSL: color: hsl(125, 30%, 89%); — As HEX: color: #DBEBDC; — As RGB: color: rgb(219, 235, 220); — Tailwind CSS: bg-[hsl(125,30%,89%)] — CSS variable: --color-primary: hsl(125, 30%, 89%);