HSL(65, 92%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(65,92%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 92%, 71%) | color: hsl(65, 92%, 71%) | |
| HEX | #EEF971 | color: #EEF971 | |
| RGB | rgb(238, 249, 113) | color: rgb(238, 249, 113) | |
| CMYK | cmyk(4%, 0%, 55%, 2%) | — | |
| HSV | hsv(65, 55%, 98%) | — | |
| HWB | hwb(65 44% 2%) | color: hwb(65 44% 2%) | |
| OKLCH | oklch(0.9476 0.1593 113.27) | color: oklch(0.9476 0.1593 113.27) | |
| Lab | lab(94.79 -21.5 62.88) | color: lab(94.79 -21.5 62.88) | |
| LCH | lch(94.79 66.45 108.88) | color: lch(94.79 66.45 108.88) |
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)
#F3F392 — rgb(243, 243, 146)
Deuteranopia (Green-blind)
#F2F19A — rgb(242, 241, 154)
Tritanopia (Blue-blind)
#EFACB2 — rgb(239, 172, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 92%, 71%);
text
color: hsl(65, 92%, 71%);
border
border: 2px solid hsl(65, 92%, 71%);
gradient light
background: linear-gradient(to right, hsl(65, 92%, 91%), hsl(65, 92%, 71%));
gradient dark
background: linear-gradient(to right, hsl(65, 92%, 71%), hsl(65, 92%, 51%))
hex
background-color: #EEF971;
tailwind
bg-[hsl(65,92%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 92%, 71%, 0.4);
css variable
--color-primary: hsl(65, 92%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(65, 92%, 71%)?
HEX: #EEF971 | RGB: rgb(238, 249, 113) | CMYK: 4%, 0%, 55%, 2% | HSV: 65°, 55%, 98%. Copy any format from the conversion table above.
What colors go well with #EEF971?
The complementary color is HSL(245, 92%, 71%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(65, 92%, 71%) in CSS?
As HSL: color: hsl(65, 92%, 71%); — As HEX: color: #EEF971; — As RGB: color: rgb(238, 249, 113); — Tailwind CSS: bg-[hsl(65,92%,71%)] — CSS variable: --color-primary: hsl(65, 92%, 71%);