HSL(81, 19%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(81,19%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 19%, 84%) | color: hsl(81, 19%, 84%) | |
| HEX | #D9DECE | color: #D9DECE | |
| RGB | rgb(217, 222, 206) | color: rgb(217, 222, 206) | |
| CMYK | cmyk(2%, 0%, 7%, 13%) | — | |
| HSV | hsv(79, 7%, 87%) | — | |
| HWB | hwb(79 81% 13%) | color: hwb(79 81% 13%) | |
| OKLCH | oklch(0.8923 0.0222 121) | color: oklch(0.8923 0.0222 121) | |
| Lab | lab(87.7 -4.51 7.26) | color: lab(87.7 -4.51 7.26) | |
| LCH | lch(87.7 8.55 121.85) | color: lch(87.7 8.55 121.85) |
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)
#DBDBD2 — rgb(219, 219, 210)
Deuteranopia (Green-blind)
#DBDBD3 — rgb(219, 219, 211)
Tritanopia (Blue-blind)
#D9D5D6 — rgb(217, 213, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 19%, 84%);
text
color: hsl(81, 19%, 84%);
border
border: 2px solid hsl(81, 19%, 84%);
gradient light
background: linear-gradient(to right, hsl(81, 19%, 100%), hsl(81, 19%, 84%));
gradient dark
background: linear-gradient(to right, hsl(81, 19%, 84%), hsl(81, 19%, 64%))
hex
background-color: #D9DECE;
tailwind
bg-[hsl(81,19%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 19%, 84%, 0.4);
css variable
--color-primary: hsl(81, 19%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 19%, 84%)?
HEX: #D9DECE | RGB: rgb(217, 222, 206) | CMYK: 2%, 0%, 7%, 13% | HSV: 79°, 7%, 87%. Copy any format from the conversion table above.
What colors go well with #D9DECE?
The complementary color is HSL(261, 19%, 84%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 19%, 84%) in CSS?
As HSL: color: hsl(81, 19%, 84%); — As HEX: color: #D9DECE; — As RGB: color: rgb(217, 222, 206); — Tailwind CSS: bg-[hsl(81,19%,84%)] — CSS variable: --color-primary: hsl(81, 19%, 84%);