HSL(67, 80%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,80%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 80%, 75%) | color: hsl(67, 80%, 75%) | |
| HEX | #E6F28C | color: #E6F28C | |
| RGB | rgb(230, 242, 140) | color: rgb(230, 242, 140) | |
| CMYK | cmyk(5%, 0%, 42%, 5%) | — | |
| HSV | hsv(67, 42%, 95%) | — | |
| HWB | hwb(67 55% 5%) | color: hwb(67 55% 5%) | |
| OKLCH | oklch(0.9303 0.1268 114.39) | color: oklch(0.9303 0.1268 114.39) | |
| Lab | lab(92.67 -18.78 47.76) | color: lab(92.67 -18.78 47.76) | |
| LCH | lch(92.67 51.32 111.47) | color: lch(92.67 51.32 111.47) |
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)
#EBEBA5 — rgb(235, 235, 165)
Deuteranopia (Green-blind)
#EBEAAB — rgb(235, 234, 171)
Tritanopia (Blue-blind)
#E7B8BC — rgb(231, 184, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 80%, 75%);
text
color: hsl(67, 80%, 75%);
border
border: 2px solid hsl(67, 80%, 75%);
gradient light
background: linear-gradient(to right, hsl(67, 80%, 95%), hsl(67, 80%, 75%));
gradient dark
background: linear-gradient(to right, hsl(67, 80%, 75%), hsl(67, 80%, 55%))
hex
background-color: #E6F28C;
tailwind
bg-[hsl(67,80%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 80%, 75%, 0.4);
css variable
--color-primary: hsl(67, 80%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 80%, 75%)?
HEX: #E6F28C | RGB: rgb(230, 242, 140) | CMYK: 5%, 0%, 42%, 5% | HSV: 67°, 42%, 95%. Copy any format from the conversion table above.
What colors go well with #E6F28C?
The complementary color is HSL(247, 80%, 75%). 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%, 75%) in CSS?
As HSL: color: hsl(67, 80%, 75%); — As HEX: color: #E6F28C; — As RGB: color: rgb(230, 242, 140); — Tailwind CSS: bg-[hsl(67,80%,75%)] — CSS variable: --color-primary: hsl(67, 80%, 75%);