HSL(97, 37%, 87%)
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(97,37%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 37%, 87%) | color: hsl(97, 37%, 87%) | |
| HEX | #DBEAD2 | color: #DBEAD2 | |
| RGB | rgb(219, 234, 210) | color: rgb(219, 234, 210) | |
| CMYK | cmyk(6%, 0%, 10%, 8%) | — | |
| HSV | hsv(98, 10%, 92%) | — | |
| HWB | hwb(98 83% 8%) | color: hwb(98 83% 8%) | |
| OKLCH | oklch(0.9193 0.0358 133.56) | color: oklch(0.9193 0.0358 133.56) | |
| Lab | lab(91.03 -9.25 9.96) | color: lab(91.03 -9.25 9.96) | |
| LCH | lch(91.03 13.59 132.88) | color: lch(91.03 13.59 132.88) |
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)
#E1E2D8 — rgb(225, 226, 216)
Deuteranopia (Green-blind)
#E1E0D9 — rgb(225, 224, 217)
Tritanopia (Blue-blind)
#DCDCDD — rgb(220, 220, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 37%, 87%);
text
color: hsl(97, 37%, 87%);
border
border: 2px solid hsl(97, 37%, 87%);
gradient light
background: linear-gradient(to right, hsl(97, 37%, 100%), hsl(97, 37%, 87%));
gradient dark
background: linear-gradient(to right, hsl(97, 37%, 87%), hsl(97, 37%, 67%))
hex
background-color: #DBEAD2;
tailwind
bg-[hsl(97,37%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 37%, 87%, 0.4);
css variable
--color-primary: hsl(97, 37%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(97, 37%, 87%)?
HEX: #DBEAD2 | RGB: rgb(219, 234, 210) | CMYK: 6%, 0%, 10%, 8% | HSV: 98°, 10%, 92%. Copy any format from the conversion table above.
What colors go well with #DBEAD2?
The complementary color is HSL(277, 37%, 87%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 37%, 87%) in CSS?
As HSL: color: hsl(97, 37%, 87%); — As HEX: color: #DBEAD2; — As RGB: color: rgb(219, 234, 210); — Tailwind CSS: bg-[hsl(97,37%,87%)] — CSS variable: --color-primary: hsl(97, 37%, 87%);