HSL(81, 72%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,72%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 72%, 78%) | color: hsl(81, 72%, 78%) | |
| HEX | #D3EF9F | color: #D3EF9F | |
| RGB | rgb(211, 239, 159) | color: rgb(211, 239, 159) | |
| CMYK | cmyk(12%, 0%, 33%, 6%) | — | |
| HSV | hsv(81, 33%, 94%) | — | |
| HWB | hwb(81 63% 6%) | color: hwb(81 63% 6%) | |
| OKLCH | oklch(0.913 0.1074 124.18) | color: oklch(0.913 0.1074 124.18) | |
| Lab | lab(90.82 -22.21 35.75) | color: lab(90.82 -22.21 35.75) | |
| LCH | lch(90.82 42.09 121.85) | color: lch(90.82 42.09 121.85) |
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)
#DFDFB2 — rgb(223, 223, 178)
Deuteranopia (Green-blind)
#DEDBB7 — rgb(222, 219, 183)
Tritanopia (Blue-blind)
#D4C2C5 — rgb(212, 194, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 72%, 78%);
text
color: hsl(81, 72%, 78%);
border
border: 2px solid hsl(81, 72%, 78%);
gradient light
background: linear-gradient(to right, hsl(81, 72%, 98%), hsl(81, 72%, 78%));
gradient dark
background: linear-gradient(to right, hsl(81, 72%, 78%), hsl(81, 72%, 58%))
hex
background-color: #D3EF9F;
tailwind
bg-[hsl(81,72%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 72%, 78%, 0.4);
css variable
--color-primary: hsl(81, 72%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 72%, 78%)?
HEX: #D3EF9F | RGB: rgb(211, 239, 159) | CMYK: 12%, 0%, 33%, 6% | HSV: 81°, 33%, 94%. Copy any format from the conversion table above.
What colors go well with #D3EF9F?
The complementary color is HSL(261, 72%, 78%). 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, 72%, 78%) in CSS?
As HSL: color: hsl(81, 72%, 78%); — As HEX: color: #D3EF9F; — As RGB: color: rgb(211, 239, 159); — Tailwind CSS: bg-[hsl(81,72%,78%)] — CSS variable: --color-primary: hsl(81, 72%, 78%);