HSL(82, 86%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,86%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 86%, 81%) | color: hsl(82, 86%, 81%) | |
| HEX | #DAF8A5 | color: #DAF8A5 | |
| RGB | rgb(218, 248, 165) | color: rgb(218, 248, 165) | |
| CMYK | cmyk(12%, 0%, 33%, 3%) | — | |
| HSV | hsv(82, 33%, 97%) | — | |
| HWB | hwb(82 65% 3%) | color: hwb(82 65% 3%) | |
| OKLCH | oklch(0.9382 0.111 124.65) | color: oklch(0.9382 0.111 124.65) | |
| Lab | lab(93.78 -23.22 36.74) | color: lab(93.78 -23.22 36.74) | |
| LCH | lch(93.78 43.46 122.29) | color: lch(93.78 43.46 122.29) |
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)
#E7E7B9 — rgb(231, 231, 185)
Deuteranopia (Green-blind)
#E5E3BE — rgb(229, 227, 190)
Tritanopia (Blue-blind)
#DCC9CC — rgb(220, 201, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 86%, 81%);
text
color: hsl(82, 86%, 81%);
border
border: 2px solid hsl(82, 86%, 81%);
gradient light
background: linear-gradient(to right, hsl(82, 86%, 100%), hsl(82, 86%, 81%));
gradient dark
background: linear-gradient(to right, hsl(82, 86%, 81%), hsl(82, 86%, 61%))
hex
background-color: #DAF8A5;
tailwind
bg-[hsl(82,86%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 86%, 81%, 0.4);
css variable
--color-primary: hsl(82, 86%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 86%, 81%)?
HEX: #DAF8A5 | RGB: rgb(218, 248, 165) | CMYK: 12%, 0%, 33%, 3% | HSV: 82°, 33%, 97%. Copy any format from the conversion table above.
What colors go well with #DAF8A5?
The complementary color is HSL(262, 86%, 81%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 86%, 81%) in CSS?
As HSL: color: hsl(82, 86%, 81%); — As HEX: color: #DAF8A5; — As RGB: color: rgb(218, 248, 165); — Tailwind CSS: bg-[hsl(82,86%,81%)] — CSS variable: --color-primary: hsl(82, 86%, 81%);