HSL(68, 94%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,94%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 94%, 73%) | color: hsl(68, 94%, 73%) | |
| HEX | #EAFB79 | color: #EAFB79 | |
| RGB | rgb(234, 251, 121) | color: rgb(234, 251, 121) | |
| CMYK | cmyk(7%, 0%, 52%, 2%) | — | |
| HSV | hsv(68, 52%, 98%) | — | |
| HWB | hwb(68 47% 2%) | color: hwb(68 47% 2%) | |
| OKLCH | oklch(0.9497 0.1555 115.61) | color: oklch(0.9497 0.1555 115.61) | |
| Lab | lab(95.11 -23.36 59.62) | color: lab(95.11 -23.36 59.62) | |
| LCH | lch(95.11 64.03 111.4) | color: lch(95.11 64.03 111.4) |
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)
#F1F298 — rgb(241, 242, 152)
Deuteranopia (Green-blind)
#F0EFA0 — rgb(240, 239, 160)
Tritanopia (Blue-blind)
#EBB1B7 — rgb(235, 177, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 94%, 73%);
text
color: hsl(68, 94%, 73%);
border
border: 2px solid hsl(68, 94%, 73%);
gradient light
background: linear-gradient(to right, hsl(68, 94%, 93%), hsl(68, 94%, 73%));
gradient dark
background: linear-gradient(to right, hsl(68, 94%, 73%), hsl(68, 94%, 53%))
hex
background-color: #EAFB79;
tailwind
bg-[hsl(68,94%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 94%, 73%, 0.4);
css variable
--color-primary: hsl(68, 94%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 94%, 73%)?
HEX: #EAFB79 | RGB: rgb(234, 251, 121) | CMYK: 7%, 0%, 52%, 2% | HSV: 68°, 52%, 98%. Copy any format from the conversion table above.
What colors go well with #EAFB79?
The complementary color is HSL(248, 94%, 73%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 94%, 73%) in CSS?
As HSL: color: hsl(68, 94%, 73%); — As HEX: color: #EAFB79; — As RGB: color: rgb(234, 251, 121); — Tailwind CSS: bg-[hsl(68,94%,73%)] — CSS variable: --color-primary: hsl(68, 94%, 73%);