HSL(67, 80%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,80%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 80%, 70%) | color: hsl(67, 80%, 70%) | |
| HEX | #E1F075 | color: #E1F075 | |
| RGB | rgb(225, 240, 117) | color: rgb(225, 240, 117) | |
| CMYK | cmyk(6%, 0%, 51%, 6%) | — | |
| HSV | hsv(67, 51%, 94%) | — | |
| HWB | hwb(67 46% 6%) | color: hwb(67 46% 6%) | |
| OKLCH | oklch(0.9192 0.1485 115.14) | color: oklch(0.9192 0.1485 115.14) | |
| Lab | lab(91.51 -21.94 57.06) | color: lab(91.51 -21.94 57.06) | |
| LCH | lch(91.51 61.13 111.03) | color: lch(91.51 61.13 111.03) |
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)
#E7E893 — rgb(231, 232, 147)
Deuteranopia (Green-blind)
#E7E69A — rgb(231, 230, 154)
Tritanopia (Blue-blind)
#E2AAAF — rgb(226, 170, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 80%, 70%);
text
color: hsl(67, 80%, 70%);
border
border: 2px solid hsl(67, 80%, 70%);
gradient light
background: linear-gradient(to right, hsl(67, 80%, 90%), hsl(67, 80%, 70%));
gradient dark
background: linear-gradient(to right, hsl(67, 80%, 70%), hsl(67, 80%, 50%))
hex
background-color: #E1F075;
tailwind
bg-[hsl(67,80%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 80%, 70%, 0.4);
css variable
--color-primary: hsl(67, 80%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 80%, 70%)?
HEX: #E1F075 | RGB: rgb(225, 240, 117) | CMYK: 6%, 0%, 51%, 6% | HSV: 67°, 51%, 94%. Copy any format from the conversion table above.
What colors go well with #E1F075?
The complementary color is HSL(247, 80%, 70%). 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, 80%, 70%) in CSS?
As HSL: color: hsl(67, 80%, 70%); — As HEX: color: #E1F075; — As RGB: color: rgb(225, 240, 117); — Tailwind CSS: bg-[hsl(67,80%,70%)] — CSS variable: --color-primary: hsl(67, 80%, 70%);