HSL(72, 57%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(72,57%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 57%, 84%) | color: hsl(72, 57%, 84%) | |
| HEX | #E4EDBF | color: #E4EDBF | |
| RGB | rgb(228, 237, 191) | color: rgb(228, 237, 191) | |
| CMYK | cmyk(4%, 0%, 19%, 7%) | — | |
| HSV | hsv(72, 19%, 93%) | — | |
| HWB | hwb(72 75% 7%) | color: hwb(72 75% 7%) | |
| OKLCH | oklch(0.9277 0.061 116.59) | color: oklch(0.9277 0.061 116.59) | |
| Lab | lab(92.05 -10.63 21.33) | color: lab(92.05 -10.63 21.33) | |
| LCH | lch(92.05 23.83 116.49) | color: lch(92.05 23.83 116.49) |
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)
#E8E8CA — rgb(232, 232, 202)
Deuteranopia (Green-blind)
#E7E7CD — rgb(231, 231, 205)
Tritanopia (Blue-blind)
#E4D3D5 — rgb(228, 211, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 57%, 84%);
text
color: hsl(72, 57%, 84%);
border
border: 2px solid hsl(72, 57%, 84%);
gradient light
background: linear-gradient(to right, hsl(72, 57%, 100%), hsl(72, 57%, 84%));
gradient dark
background: linear-gradient(to right, hsl(72, 57%, 84%), hsl(72, 57%, 64%))
hex
background-color: #E4EDBF;
tailwind
bg-[hsl(72,57%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 57%, 84%, 0.4);
css variable
--color-primary: hsl(72, 57%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(72, 57%, 84%)?
HEX: #E4EDBF | RGB: rgb(228, 237, 191) | CMYK: 4%, 0%, 19%, 7% | HSV: 72°, 19%, 93%. Copy any format from the conversion table above.
What colors go well with #E4EDBF?
The complementary color is HSL(252, 57%, 84%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 57%, 84%) in CSS?
As HSL: color: hsl(72, 57%, 84%); — As HEX: color: #E4EDBF; — As RGB: color: rgb(228, 237, 191); — Tailwind CSS: bg-[hsl(72,57%,84%)] — CSS variable: --color-primary: hsl(72, 57%, 84%);