HSL(67, 78%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,78%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 78%, 72%) | color: hsl(67, 78%, 72%) | |
| HEX | #E2EF80 | color: #E2EF80 | |
| RGB | rgb(226, 239, 128) | color: rgb(226, 239, 128) | |
| CMYK | cmyk(5%, 0%, 46%, 6%) | — | |
| HSV | hsv(67, 46%, 94%) | — | |
| HWB | hwb(67 51% 6%) | color: hwb(67 51% 6%) | |
| OKLCH | oklch(0.9192 0.1364 114.62) | color: oklch(0.9192 0.1364 114.62) | |
| Lab | lab(91.44 -20.07 51.9) | color: lab(91.44 -20.07 51.9) | |
| LCH | lch(91.44 55.65 111.14) | color: lch(91.44 55.65 111.14) |
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)
#E8E89B — rgb(232, 232, 155)
Deuteranopia (Green-blind)
#E7E6A1 — rgb(231, 230, 161)
Tritanopia (Blue-blind)
#E3B0B5 — rgb(227, 176, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 78%, 72%);
text
color: hsl(67, 78%, 72%);
border
border: 2px solid hsl(67, 78%, 72%);
gradient light
background: linear-gradient(to right, hsl(67, 78%, 92%), hsl(67, 78%, 72%));
gradient dark
background: linear-gradient(to right, hsl(67, 78%, 72%), hsl(67, 78%, 52%))
hex
background-color: #E2EF80;
tailwind
bg-[hsl(67,78%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 78%, 72%, 0.4);
css variable
--color-primary: hsl(67, 78%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 78%, 72%)?
HEX: #E2EF80 | RGB: rgb(226, 239, 128) | CMYK: 5%, 0%, 46%, 6% | HSV: 67°, 46%, 94%. Copy any format from the conversion table above.
What colors go well with #E2EF80?
The complementary color is HSL(247, 78%, 72%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 78%, 72%) in CSS?
As HSL: color: hsl(67, 78%, 72%); — As HEX: color: #E2EF80; — As RGB: color: rgb(226, 239, 128); — Tailwind CSS: bg-[hsl(67,78%,72%)] — CSS variable: --color-primary: hsl(67, 78%, 72%);