HSL(81, 71%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,71%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 71%, 79%) | color: hsl(81, 71%, 79%) | |
| HEX | #D5EFA3 | color: #D5EFA3 | |
| RGB | rgb(213, 239, 163) | color: rgb(213, 239, 163) | |
| CMYK | cmyk(11%, 0%, 32%, 6%) | — | |
| HSV | hsv(81, 32%, 94%) | — | |
| HWB | hwb(81 64% 6%) | color: hwb(81 64% 6%) | |
| OKLCH | oklch(0.9152 0.1021 123.74) | color: oklch(0.9152 0.1021 123.74) | |
| Lab | lab(91.02 -20.96 34.03) | color: lab(91.02 -20.96 34.03) | |
| LCH | lch(91.02 39.97 121.63) | color: lch(91.02 39.97 121.63) |
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)
#E0E0B5 — rgb(224, 224, 181)
Deuteranopia (Green-blind)
#DFDDBA — rgb(223, 221, 186)
Tritanopia (Blue-blind)
#D6C4C7 — rgb(214, 196, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 71%, 79%);
text
color: hsl(81, 71%, 79%);
border
border: 2px solid hsl(81, 71%, 79%);
gradient light
background: linear-gradient(to right, hsl(81, 71%, 99%), hsl(81, 71%, 79%));
gradient dark
background: linear-gradient(to right, hsl(81, 71%, 79%), hsl(81, 71%, 59%))
hex
background-color: #D5EFA3;
tailwind
bg-[hsl(81,71%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 71%, 79%, 0.4);
css variable
--color-primary: hsl(81, 71%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 71%, 79%)?
HEX: #D5EFA3 | RGB: rgb(213, 239, 163) | CMYK: 11%, 0%, 32%, 6% | HSV: 81°, 32%, 94%. Copy any format from the conversion table above.
What colors go well with #D5EFA3?
The complementary color is HSL(261, 71%, 79%). 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, 71%, 79%) in CSS?
As HSL: color: hsl(81, 71%, 79%); — As HEX: color: #D5EFA3; — As RGB: color: rgb(213, 239, 163); — Tailwind CSS: bg-[hsl(81,71%,79%)] — CSS variable: --color-primary: hsl(81, 71%, 79%);