HSL(82, 60%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,60%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 60%, 80%) | color: hsl(82, 60%, 80%) | |
| HEX | #D4EBAD | color: #D4EBAD | |
| RGB | rgb(212, 235, 173) | color: rgb(212, 235, 173) | |
| CMYK | cmyk(10%, 0%, 26%, 8%) | — | |
| HSV | hsv(82, 26%, 92%) | — | |
| HWB | hwb(82 68% 8%) | color: hwb(82 68% 8%) | |
| OKLCH | oklch(0.9079 0.0848 124.59) | color: oklch(0.9079 0.0848 124.59) | |
| Lab | lab(90.06 -17.99 27.65) | color: lab(90.06 -17.99 27.65) | |
| LCH | lch(90.06 32.99 123.05) | color: lch(90.06 32.99 123.05) |
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)
#DEDEBC — rgb(222, 222, 188)
Deuteranopia (Green-blind)
#DDDBC0 — rgb(221, 219, 192)
Tritanopia (Blue-blind)
#D5C8CA — rgb(213, 200, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 60%, 80%);
text
color: hsl(82, 60%, 80%);
border
border: 2px solid hsl(82, 60%, 80%);
gradient light
background: linear-gradient(to right, hsl(82, 60%, 100%), hsl(82, 60%, 80%));
gradient dark
background: linear-gradient(to right, hsl(82, 60%, 80%), hsl(82, 60%, 60%))
hex
background-color: #D4EBAD;
tailwind
bg-[hsl(82,60%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 60%, 80%, 0.4);
css variable
--color-primary: hsl(82, 60%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 60%, 80%)?
HEX: #D4EBAD | RGB: rgb(212, 235, 173) | CMYK: 10%, 0%, 26%, 8% | HSV: 82°, 26%, 92%. Copy any format from the conversion table above.
What colors go well with #D4EBAD?
The complementary color is HSL(262, 60%, 80%). 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, 60%, 80%) in CSS?
As HSL: color: hsl(82, 60%, 80%); — As HEX: color: #D4EBAD; — As RGB: color: rgb(212, 235, 173); — Tailwind CSS: bg-[hsl(82,60%,80%)] — CSS variable: --color-primary: hsl(82, 60%, 80%);