HSL(66, 98%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,98%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 98%, 60%) | color: hsl(66, 98%, 60%) | |
| HEX | #E9FD35 | color: #E9FD35 | |
| RGB | rgb(233, 253, 53) | color: rgb(233, 253, 53) | |
| CMYK | cmyk(8%, 0%, 79%, 1%) | — | |
| HSV | hsv(66, 79%, 99%) | — | |
| HWB | hwb(66 21% 1%) | color: hwb(66 21% 1%) | |
| OKLCH | oklch(0.9479 0.2036 115.6) | color: oklch(0.9479 0.2036 115.6) | |
| Lab | lab(95.09 -28.65 84.55) | color: lab(95.09 -28.65 84.55) | |
| LCH | lch(95.09 89.27 108.72) | color: lch(95.09 89.27 108.72) |
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)
#F2F265 — rgb(242, 242, 101)
Deuteranopia (Green-blind)
#F1EF71 — rgb(241, 239, 113)
Tritanopia (Blue-blind)
#EA8C94 — rgb(234, 140, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 98%, 60%);
text
color: hsl(66, 98%, 60%);
border
border: 2px solid hsl(66, 98%, 60%);
gradient light
background: linear-gradient(to right, hsl(66, 98%, 80%), hsl(66, 98%, 60%));
gradient dark
background: linear-gradient(to right, hsl(66, 98%, 60%), hsl(66, 98%, 40%))
hex
background-color: #E9FD35;
tailwind
bg-[hsl(66,98%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 98%, 60%, 0.4);
css variable
--color-primary: hsl(66, 98%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 98%, 60%)?
HEX: #E9FD35 | RGB: rgb(233, 253, 53) | CMYK: 8%, 0%, 79%, 1% | HSV: 66°, 79%, 99%. Copy any format from the conversion table above.
What colors go well with #E9FD35?
The complementary color is HSL(246, 98%, 60%). 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, 98%, 60%) in CSS?
As HSL: color: hsl(66, 98%, 60%); — As HEX: color: #E9FD35; — As RGB: color: rgb(233, 253, 53); — Tailwind CSS: bg-[hsl(66,98%,60%)] — CSS variable: --color-primary: hsl(66, 98%, 60%);