HSL(79, 60%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(79,60%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 60%, 79%) | color: hsl(79, 60%, 79%) | |
| HEX | #D5EAA9 | color: #D5EAA9 | |
| RGB | rgb(213, 234, 169) | color: rgb(213, 234, 169) | |
| CMYK | cmyk(9%, 0%, 28%, 8%) | — | |
| HSV | hsv(79, 28%, 92%) | — | |
| HWB | hwb(79 66% 8%) | color: hwb(79 66% 8%) | |
| OKLCH | oklch(0.9057 0.0878 122.69) | color: oklch(0.9057 0.0878 122.69) | |
| Lab | lab(89.79 -17.7 29.35) | color: lab(89.79 -17.7 29.35) | |
| LCH | lch(89.79 34.27 121.09) | color: lch(89.79 34.27 121.09) |
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)
#DEDEB9 — rgb(222, 222, 185)
Deuteranopia (Green-blind)
#DDDBBD — rgb(221, 219, 189)
Tritanopia (Blue-blind)
#D6C5C8 — rgb(214, 197, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 60%, 79%);
text
color: hsl(79, 60%, 79%);
border
border: 2px solid hsl(79, 60%, 79%);
gradient light
background: linear-gradient(to right, hsl(79, 60%, 99%), hsl(79, 60%, 79%));
gradient dark
background: linear-gradient(to right, hsl(79, 60%, 79%), hsl(79, 60%, 59%))
hex
background-color: #D5EAA9;
tailwind
bg-[hsl(79,60%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 60%, 79%, 0.4);
css variable
--color-primary: hsl(79, 60%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(79, 60%, 79%)?
HEX: #D5EAA9 | RGB: rgb(213, 234, 169) | CMYK: 9%, 0%, 28%, 8% | HSV: 79°, 28%, 92%. Copy any format from the conversion table above.
What colors go well with #D5EAA9?
The complementary color is HSL(259, 60%, 79%). For a triadic harmony, use hues 79°, 199°, and 319°. For analogous combinations, try hues 49° and 109°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(79, 60%, 79%) in CSS?
As HSL: color: hsl(79, 60%, 79%); — As HEX: color: #D5EAA9; — As RGB: color: rgb(213, 234, 169); — Tailwind CSS: bg-[hsl(79,60%,79%)] — CSS variable: --color-primary: hsl(79, 60%, 79%);