HSL(66, 90%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,90%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 90%, 67%) | color: hsl(66, 90%, 67%) | |
| HEX | #E7F75F | color: #E7F75F | |
| RGB | rgb(231, 247, 95) | color: rgb(231, 247, 95) | |
| CMYK | cmyk(6%, 0%, 62%, 3%) | — | |
| HSV | hsv(66, 62%, 97%) | — | |
| HWB | hwb(66 37% 3%) | color: hwb(66 37% 3%) | |
| OKLCH | oklch(0.9363 0.1734 114.9) | color: oklch(0.9363 0.1734 114.9) | |
| Lab | lab(93.6 -24.59 68.98) | color: lab(93.6 -24.59 68.98) | |
| LCH | lch(93.6 73.23 109.62) | color: lch(93.6 73.23 109.62) |
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)
#EEEE84 — rgb(238, 238, 132)
Deuteranopia (Green-blind)
#EDEC8D — rgb(237, 236, 141)
Tritanopia (Blue-blind)
#E8A1A7 — rgb(232, 161, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 90%, 67%);
text
color: hsl(66, 90%, 67%);
border
border: 2px solid hsl(66, 90%, 67%);
gradient light
background: linear-gradient(to right, hsl(66, 90%, 87%), hsl(66, 90%, 67%));
gradient dark
background: linear-gradient(to right, hsl(66, 90%, 67%), hsl(66, 90%, 47%))
hex
background-color: #E7F75F;
tailwind
bg-[hsl(66,90%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 90%, 67%, 0.4);
css variable
--color-primary: hsl(66, 90%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 90%, 67%)?
HEX: #E7F75F | RGB: rgb(231, 247, 95) | CMYK: 6%, 0%, 62%, 3% | HSV: 66°, 62%, 97%. Copy any format from the conversion table above.
What colors go well with #E7F75F?
The complementary color is HSL(246, 90%, 67%). 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, 90%, 67%) in CSS?
As HSL: color: hsl(66, 90%, 67%); — As HEX: color: #E7F75F; — As RGB: color: rgb(231, 247, 95); — Tailwind CSS: bg-[hsl(66,90%,67%)] — CSS variable: --color-primary: hsl(66, 90%, 67%);