HSL(79, 49%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(79,49%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 49%, 78%) | color: hsl(79, 49%, 78%) | |
| HEX | #D1E2AB | color: #D1E2AB | |
| RGB | rgb(209, 226, 171) | color: rgb(209, 226, 171) | |
| CMYK | cmyk(8%, 0%, 24%, 11%) | — | |
| HSV | hsv(79, 24%, 89%) | — | |
| HWB | hwb(79 68% 11%) | color: hwb(79 68% 11%) | |
| OKLCH | oklch(0.8863 0.0748 121.88) | color: oklch(0.8863 0.0748 121.88) | |
| Lab | lab(87.43 -14.91 25.07) | color: lab(87.43 -14.91 25.07) | |
| LCH | lch(87.43 29.17 120.74) | color: lch(87.43 29.17 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)
#D8D9B8 — rgb(216, 217, 184)
Deuteranopia (Green-blind)
#D7D6BC — rgb(215, 214, 188)
Tritanopia (Blue-blind)
#D2C3C5 — rgb(210, 195, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 49%, 78%);
text
color: hsl(79, 49%, 78%);
border
border: 2px solid hsl(79, 49%, 78%);
gradient light
background: linear-gradient(to right, hsl(79, 49%, 98%), hsl(79, 49%, 78%));
gradient dark
background: linear-gradient(to right, hsl(79, 49%, 78%), hsl(79, 49%, 58%))
hex
background-color: #D1E2AB;
tailwind
bg-[hsl(79,49%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 49%, 78%, 0.4);
css variable
--color-primary: hsl(79, 49%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(79, 49%, 78%)?
HEX: #D1E2AB | RGB: rgb(209, 226, 171) | CMYK: 8%, 0%, 24%, 11% | HSV: 79°, 24%, 89%. Copy any format from the conversion table above.
What colors go well with #D1E2AB?
The complementary color is HSL(259, 49%, 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, 49%, 78%) in CSS?
As HSL: color: hsl(79, 49%, 78%); — As HEX: color: #D1E2AB; — As RGB: color: rgb(209, 226, 171); — Tailwind CSS: bg-[hsl(79,49%,78%)] — CSS variable: --color-primary: hsl(79, 49%, 78%);