HSL(79, 69%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(79,69%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 69%, 78%) | color: hsl(79, 69%, 78%) | |
| HEX | #D5EEA0 | color: #D5EEA0 | |
| RGB | rgb(213, 238, 160) | color: rgb(213, 238, 160) | |
| CMYK | cmyk(11%, 0%, 33%, 7%) | — | |
| HSV | hsv(79, 33%, 93%) | — | |
| HWB | hwb(79 62% 7%) | color: hwb(79 62% 7%) | |
| OKLCH | oklch(0.9125 0.1041 122.91) | color: oklch(0.9125 0.1041 122.91) | |
| Lab | lab(90.7 -20.86 35.13) | color: lab(90.7 -20.86 35.13) | |
| LCH | lch(90.7 40.86 120.7) | color: lch(90.7 40.86 120.7) |
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)
#E0E0B3 — rgb(224, 224, 179)
Deuteranopia (Green-blind)
#DEDDB7 — rgb(222, 221, 183)
Tritanopia (Blue-blind)
#D6C2C5 — rgb(214, 194, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 69%, 78%);
text
color: hsl(79, 69%, 78%);
border
border: 2px solid hsl(79, 69%, 78%);
gradient light
background: linear-gradient(to right, hsl(79, 69%, 98%), hsl(79, 69%, 78%));
gradient dark
background: linear-gradient(to right, hsl(79, 69%, 78%), hsl(79, 69%, 58%))
hex
background-color: #D5EEA0;
tailwind
bg-[hsl(79,69%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 69%, 78%, 0.4);
css variable
--color-primary: hsl(79, 69%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(79, 69%, 78%)?
HEX: #D5EEA0 | RGB: rgb(213, 238, 160) | CMYK: 11%, 0%, 33%, 7% | HSV: 79°, 33%, 93%. Copy any format from the conversion table above.
What colors go well with #D5EEA0?
The complementary color is HSL(259, 69%, 78%). 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, 69%, 78%) in CSS?
As HSL: color: hsl(79, 69%, 78%); — As HEX: color: #D5EEA0; — As RGB: color: rgb(213, 238, 160); — Tailwind CSS: bg-[hsl(79,69%,78%)] — CSS variable: --color-primary: hsl(79, 69%, 78%);