HSL(82, 22%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,22%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 22%, 85%) | color: hsl(82, 22%, 85%) | |
| HEX | #DBE1D0 | color: #DBE1D0 | |
| RGB | rgb(219, 225, 208) | color: rgb(219, 225, 208) | |
| CMYK | cmyk(3%, 0%, 8%, 12%) | — | |
| HSV | hsv(81, 8%, 88%) | — | |
| HWB | hwb(81 81% 12%) | color: hwb(81 81% 12%) | |
| OKLCH | oklch(0.9005 0.0237 122.75) | color: oklch(0.9005 0.0237 122.75) | |
| Lab | lab(88.67 -5.02 7.62) | color: lab(88.67 -5.02 7.62) | |
| LCH | lch(88.67 9.12 123.38) | color: lch(88.67 9.12 123.38) |
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)
#DEDED4 — rgb(222, 222, 212)
Deuteranopia (Green-blind)
#DDDDD5 — rgb(221, 221, 213)
Tritanopia (Blue-blind)
#DBD7D8 — rgb(219, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 22%, 85%);
text
color: hsl(82, 22%, 85%);
border
border: 2px solid hsl(82, 22%, 85%);
gradient light
background: linear-gradient(to right, hsl(82, 22%, 100%), hsl(82, 22%, 85%));
gradient dark
background: linear-gradient(to right, hsl(82, 22%, 85%), hsl(82, 22%, 65%))
hex
background-color: #DBE1D0;
tailwind
bg-[hsl(82,22%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 22%, 85%, 0.4);
css variable
--color-primary: hsl(82, 22%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 22%, 85%)?
HEX: #DBE1D0 | RGB: rgb(219, 225, 208) | CMYK: 3%, 0%, 8%, 12% | HSV: 81°, 8%, 88%. Copy any format from the conversion table above.
What colors go well with #DBE1D0?
The complementary color is HSL(262, 22%, 85%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 22%, 85%) in CSS?
As HSL: color: hsl(82, 22%, 85%); — As HEX: color: #DBE1D0; — As RGB: color: rgb(219, 225, 208); — Tailwind CSS: bg-[hsl(82,22%,85%)] — CSS variable: --color-primary: hsl(82, 22%, 85%);