HSL(69, 70%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(69,70%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 70%, 79%) | color: hsl(69, 70%, 79%) | |
| HEX | #E4EFA4 | color: #E4EFA4 | |
| RGB | rgb(228, 239, 164) | color: rgb(228, 239, 164) | |
| CMYK | cmyk(5%, 0%, 31%, 6%) | — | |
| HSV | hsv(69, 31%, 94%) | — | |
| HWB | hwb(69 65% 6%) | color: hwb(69 65% 6%) | |
| OKLCH | oklch(0.9264 0.0966 115.11) | color: oklch(0.9264 0.0966 115.11) | |
| Lab | lab(92.09 -15.32 35.14) | color: lab(92.09 -15.32 35.14) | |
| LCH | lch(92.09 38.33 113.56) | color: lch(92.09 38.33 113.56) |
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)
#E9E9B6 — rgb(233, 233, 182)
Deuteranopia (Green-blind)
#E8E7BB — rgb(232, 231, 187)
Tritanopia (Blue-blind)
#E5C4C8 — rgb(229, 196, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 70%, 79%);
text
color: hsl(69, 70%, 79%);
border
border: 2px solid hsl(69, 70%, 79%);
gradient light
background: linear-gradient(to right, hsl(69, 70%, 99%), hsl(69, 70%, 79%));
gradient dark
background: linear-gradient(to right, hsl(69, 70%, 79%), hsl(69, 70%, 59%))
hex
background-color: #E4EFA4;
tailwind
bg-[hsl(69,70%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 70%, 79%, 0.4);
css variable
--color-primary: hsl(69, 70%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(69, 70%, 79%)?
HEX: #E4EFA4 | RGB: rgb(228, 239, 164) | CMYK: 5%, 0%, 31%, 6% | HSV: 69°, 31%, 94%. Copy any format from the conversion table above.
What colors go well with #E4EFA4?
The complementary color is HSL(249, 70%, 79%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 70%, 79%) in CSS?
As HSL: color: hsl(69, 70%, 79%); — As HEX: color: #E4EFA4; — As RGB: color: rgb(228, 239, 164); — Tailwind CSS: bg-[hsl(69,70%,79%)] — CSS variable: --color-primary: hsl(69, 70%, 79%);