HSL(66, 94%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,94%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 94%, 69%) | color: hsl(66, 94%, 69%) | |
| HEX | #EBFA66 | color: #EBFA66 | |
| RGB | rgb(235, 250, 102) | color: rgb(235, 250, 102) | |
| CMYK | cmyk(6%, 0%, 59%, 2%) | — | |
| HSV | hsv(66, 59%, 98%) | — | |
| HWB | hwb(66 40% 2%) | color: hwb(66 40% 2%) | |
| OKLCH | oklch(0.9463 0.1703 114.56) | color: oklch(0.9463 0.1703 114.56) | |
| Lab | lab(94.74 -23.96 67.44) | color: lab(94.74 -23.96 67.44) | |
| LCH | lch(94.74 71.57 109.56) | color: lch(94.74 71.57 109.56) |
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)
#F1F28A — rgb(241, 242, 138)
Deuteranopia (Green-blind)
#F1F092 — rgb(241, 240, 146)
Tritanopia (Blue-blind)
#ECA6AC — rgb(236, 166, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 94%, 69%);
text
color: hsl(66, 94%, 69%);
border
border: 2px solid hsl(66, 94%, 69%);
gradient light
background: linear-gradient(to right, hsl(66, 94%, 89%), hsl(66, 94%, 69%));
gradient dark
background: linear-gradient(to right, hsl(66, 94%, 69%), hsl(66, 94%, 49%))
hex
background-color: #EBFA66;
tailwind
bg-[hsl(66,94%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 94%, 69%, 0.4);
css variable
--color-primary: hsl(66, 94%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 94%, 69%)?
HEX: #EBFA66 | RGB: rgb(235, 250, 102) | CMYK: 6%, 0%, 59%, 2% | HSV: 66°, 59%, 98%. Copy any format from the conversion table above.
What colors go well with #EBFA66?
The complementary color is HSL(246, 94%, 69%). 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, 94%, 69%) in CSS?
As HSL: color: hsl(66, 94%, 69%); — As HEX: color: #EBFA66; — As RGB: color: rgb(235, 250, 102); — Tailwind CSS: bg-[hsl(66,94%,69%)] — CSS variable: --color-primary: hsl(66, 94%, 69%);