HSL(77, 45%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(77,45%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 45%, 85%) | color: hsl(77, 45%, 85%) | |
| HEX | #E0EAC8 | color: #E0EAC8 | |
| RGB | rgb(224, 234, 200) | color: rgb(224, 234, 200) | |
| CMYK | cmyk(4%, 0%, 15%, 8%) | — | |
| HSV | hsv(78, 15%, 92%) | — | |
| HWB | hwb(78 78% 8%) | color: hwb(78 78% 8%) | |
| OKLCH | oklch(0.9206 0.0462 120.64) | color: oklch(0.9206 0.0462 120.64) | |
| Lab | lab(91.17 -9.16 15.4) | color: lab(91.17 -9.16 15.4) | |
| LCH | lch(91.17 17.92 120.74) | color: lch(91.17 17.92 120.74) |
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)
#E4E4D0 — rgb(228, 228, 208)
Deuteranopia (Green-blind)
#E4E3D2 — rgb(228, 227, 210)
Tritanopia (Blue-blind)
#E1D7D8 — rgb(225, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 45%, 85%);
text
color: hsl(77, 45%, 85%);
border
border: 2px solid hsl(77, 45%, 85%);
gradient light
background: linear-gradient(to right, hsl(77, 45%, 100%), hsl(77, 45%, 85%));
gradient dark
background: linear-gradient(to right, hsl(77, 45%, 85%), hsl(77, 45%, 65%))
hex
background-color: #E0EAC8;
tailwind
bg-[hsl(77,45%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 45%, 85%, 0.4);
css variable
--color-primary: hsl(77, 45%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(77, 45%, 85%)?
HEX: #E0EAC8 | RGB: rgb(224, 234, 200) | CMYK: 4%, 0%, 15%, 8% | HSV: 78°, 15%, 92%. Copy any format from the conversion table above.
What colors go well with #E0EAC8?
The complementary color is HSL(257, 45%, 85%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 45%, 85%) in CSS?
As HSL: color: hsl(77, 45%, 85%); — As HEX: color: #E0EAC8; — As RGB: color: rgb(224, 234, 200); — Tailwind CSS: bg-[hsl(77,45%,85%)] — CSS variable: --color-primary: hsl(77, 45%, 85%);