HSL(66, 82%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,82%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 82%, 80%) | color: hsl(66, 82%, 80%) | |
| HEX | #EDF6A2 | color: #EDF6A2 | |
| RGB | rgb(237, 246, 162) | color: rgb(237, 246, 162) | |
| CMYK | cmyk(4%, 0%, 34%, 4%) | — | |
| HSV | hsv(66, 34%, 96%) | — | |
| HWB | hwb(66 63% 4%) | color: hwb(66 63% 4%) | |
| OKLCH | oklch(0.9474 0.1063 113.42) | color: oklch(0.9474 0.1063 113.42) | |
| Lab | lab(94.54 -15.64 39.48) | color: lab(94.54 -15.64 39.48) | |
| LCH | lch(94.54 42.47 111.61) | color: lch(94.54 42.47 111.61) |
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)
#F1F1B6 — rgb(241, 241, 182)
Deuteranopia (Green-blind)
#F0F0BB — rgb(240, 240, 187)
Tritanopia (Blue-blind)
#EDC6CA — rgb(237, 198, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 82%, 80%);
text
color: hsl(66, 82%, 80%);
border
border: 2px solid hsl(66, 82%, 80%);
gradient light
background: linear-gradient(to right, hsl(66, 82%, 100%), hsl(66, 82%, 80%));
gradient dark
background: linear-gradient(to right, hsl(66, 82%, 80%), hsl(66, 82%, 60%))
hex
background-color: #EDF6A2;
tailwind
bg-[hsl(66,82%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 82%, 80%, 0.4);
css variable
--color-primary: hsl(66, 82%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 82%, 80%)?
HEX: #EDF6A2 | RGB: rgb(237, 246, 162) | CMYK: 4%, 0%, 34%, 4% | HSV: 66°, 34%, 96%. Copy any format from the conversion table above.
What colors go well with #EDF6A2?
The complementary color is HSL(246, 82%, 80%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 82%, 80%) in CSS?
As HSL: color: hsl(66, 82%, 80%); — As HEX: color: #EDF6A2; — As RGB: color: rgb(237, 246, 162); — Tailwind CSS: bg-[hsl(66,82%,80%)] — CSS variable: --color-primary: hsl(66, 82%, 80%);