HSL(73, 30%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,30%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 30%, 84%) | color: hsl(73, 30%, 84%) | |
| HEX | #DDE2CA | color: #DDE2CA | |
| RGB | rgb(221, 226, 202) | color: rgb(221, 226, 202) | |
| CMYK | cmyk(2%, 0%, 11%, 11%) | — | |
| HSV | hsv(73, 11%, 89%) | — | |
| HWB | hwb(73 79% 11%) | color: hwb(73 79% 11%) | |
| OKLCH | oklch(0.9025 0.0325 116.61) | color: oklch(0.9025 0.0325 116.61) | |
| Lab | lab(88.94 -5.84 11.16) | color: lab(88.94 -5.84 11.16) | |
| LCH | lch(88.94 12.6 117.62) | color: lch(88.94 12.6 117.62) |
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)
#DFDFD0 — rgb(223, 223, 208)
Deuteranopia (Green-blind)
#DFDFD1 — rgb(223, 223, 209)
Tritanopia (Blue-blind)
#DDD4D5 — rgb(221, 212, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 30%, 84%);
text
color: hsl(73, 30%, 84%);
border
border: 2px solid hsl(73, 30%, 84%);
gradient light
background: linear-gradient(to right, hsl(73, 30%, 100%), hsl(73, 30%, 84%));
gradient dark
background: linear-gradient(to right, hsl(73, 30%, 84%), hsl(73, 30%, 64%))
hex
background-color: #DDE2CA;
tailwind
bg-[hsl(73,30%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 30%, 84%, 0.4);
css variable
--color-primary: hsl(73, 30%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(73, 30%, 84%)?
HEX: #DDE2CA | RGB: rgb(221, 226, 202) | CMYK: 2%, 0%, 11%, 11% | HSV: 73°, 11%, 89%. Copy any format from the conversion table above.
What colors go well with #DDE2CA?
The complementary color is HSL(253, 30%, 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, 30%, 84%) in CSS?
As HSL: color: hsl(73, 30%, 84%); — As HEX: color: #DDE2CA; — As RGB: color: rgb(221, 226, 202); — Tailwind CSS: bg-[hsl(73,30%,84%)] — CSS variable: --color-primary: hsl(73, 30%, 84%);