HSL(73, 20%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,20%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 20%, 84%) | color: hsl(73, 20%, 84%) | |
| HEX | #DBDECE | color: #DBDECE | |
| RGB | rgb(219, 222, 206) | color: rgb(219, 222, 206) | |
| CMYK | cmyk(1%, 0%, 7%, 13%) | — | |
| HSV | hsv(71, 7%, 87%) | — | |
| HWB | hwb(71 81% 13%) | color: hwb(71 81% 13%) | |
| OKLCH | oklch(0.8939 0.0217 115.46) | color: oklch(0.8939 0.0217 115.46) | |
| Lab | lab(87.85 -3.82 7.49) | color: lab(87.85 -3.82 7.49) | |
| LCH | lch(87.85 8.41 117.02) | color: lch(87.85 8.41 117.02) |
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)
#DCDCD2 — rgb(220, 220, 210)
Deuteranopia (Green-blind)
#DCDCD3 — rgb(220, 220, 211)
Tritanopia (Blue-blind)
#DBD5D6 — rgb(219, 213, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 20%, 84%);
text
color: hsl(73, 20%, 84%);
border
border: 2px solid hsl(73, 20%, 84%);
gradient light
background: linear-gradient(to right, hsl(73, 20%, 100%), hsl(73, 20%, 84%));
gradient dark
background: linear-gradient(to right, hsl(73, 20%, 84%), hsl(73, 20%, 64%))
hex
background-color: #DBDECE;
tailwind
bg-[hsl(73,20%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 20%, 84%, 0.4);
css variable
--color-primary: hsl(73, 20%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(73, 20%, 84%)?
HEX: #DBDECE | RGB: rgb(219, 222, 206) | CMYK: 1%, 0%, 7%, 13% | HSV: 71°, 7%, 87%. Copy any format from the conversion table above.
What colors go well with #DBDECE?
The complementary color is HSL(253, 20%, 84%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 20%, 84%) in CSS?
As HSL: color: hsl(73, 20%, 84%); — As HEX: color: #DBDECE; — As RGB: color: rgb(219, 222, 206); — Tailwind CSS: bg-[hsl(73,20%,84%)] — CSS variable: --color-primary: hsl(73, 20%, 84%);