HSL(81, 62%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,62%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 62%, 80%) | color: hsl(81, 62%, 80%) | |
| HEX | #D5ECAC | color: #D5ECAC | |
| RGB | rgb(213, 236, 172) | color: rgb(213, 236, 172) | |
| CMYK | cmyk(10%, 0%, 27%, 7%) | — | |
| HSV | hsv(82, 27%, 93%) | — | |
| HWB | hwb(82 68% 7%) | color: hwb(82 68% 7%) | |
| OKLCH | oklch(0.9105 0.0871 124.16) | color: oklch(0.9105 0.0871 124.16) | |
| Lab | lab(90.37 -18.26 28.6) | color: lab(90.37 -18.26 28.6) | |
| LCH | lch(90.37 33.93 122.56) | color: lch(90.37 33.93 122.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)
#DFDFBB — rgb(223, 223, 187)
Deuteranopia (Green-blind)
#DEDCBF — rgb(222, 220, 191)
Tritanopia (Blue-blind)
#D6C8CA — rgb(214, 200, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 62%, 80%);
text
color: hsl(81, 62%, 80%);
border
border: 2px solid hsl(81, 62%, 80%);
gradient light
background: linear-gradient(to right, hsl(81, 62%, 100%), hsl(81, 62%, 80%));
gradient dark
background: linear-gradient(to right, hsl(81, 62%, 80%), hsl(81, 62%, 60%))
hex
background-color: #D5ECAC;
tailwind
bg-[hsl(81,62%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 62%, 80%, 0.4);
css variable
--color-primary: hsl(81, 62%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 62%, 80%)?
HEX: #D5ECAC | RGB: rgb(213, 236, 172) | CMYK: 10%, 0%, 27%, 7% | HSV: 82°, 27%, 93%. Copy any format from the conversion table above.
What colors go well with #D5ECAC?
The complementary color is HSL(261, 62%, 80%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 62%, 80%) in CSS?
As HSL: color: hsl(81, 62%, 80%); — As HEX: color: #D5ECAC; — As RGB: color: rgb(213, 236, 172); — Tailwind CSS: bg-[hsl(81,62%,80%)] — CSS variable: --color-primary: hsl(81, 62%, 80%);