HSL(93, 83%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,83%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 83%, 64%) | color: hsl(93, 83%, 64%) | |
| HEX | #9CEF57 | color: #9CEF57 | |
| RGB | rgb(156, 239, 87) | color: rgb(156, 239, 87) | |
| CMYK | cmyk(35%, 0%, 64%, 6%) | — | |
| HSV | hsv(93, 64%, 94%) | — | |
| HWB | hwb(93 34% 6%) | color: hwb(93 34% 6%) | |
| OKLCH | oklch(0.869 0.201 133.44) | color: oklch(0.869 0.201 133.44) | |
| Lab | lab(86.74 -49.46 63.48) | color: lab(86.74 -49.46 63.48) | |
| LCH | lch(86.74 80.47 127.92) | color: lch(86.74 80.47 127.92) |
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)
#C0C17C — rgb(192, 193, 124)
Deuteranopia (Green-blind)
#BBB585 — rgb(187, 181, 133)
Tritanopia (Blue-blind)
#A0999F — rgb(160, 153, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 83%, 64%);
text
color: hsl(93, 83%, 64%);
border
border: 2px solid hsl(93, 83%, 64%);
gradient light
background: linear-gradient(to right, hsl(93, 83%, 84%), hsl(93, 83%, 64%));
gradient dark
background: linear-gradient(to right, hsl(93, 83%, 64%), hsl(93, 83%, 44%))
hex
background-color: #9CEF57;
tailwind
bg-[hsl(93,83%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 83%, 64%, 0.4);
css variable
--color-primary: hsl(93, 83%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 83%, 64%)?
HEX: #9CEF57 | RGB: rgb(156, 239, 87) | CMYK: 35%, 0%, 64%, 6% | HSV: 93°, 64%, 94%. Copy any format from the conversion table above.
What colors go well with #9CEF57?
The complementary color is HSL(273, 83%, 64%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 83%, 64%) in CSS?
As HSL: color: hsl(93, 83%, 64%); — As HEX: color: #9CEF57; — As RGB: color: rgb(156, 239, 87); — Tailwind CSS: bg-[hsl(93,83%,64%)] — CSS variable: --color-primary: hsl(93, 83%, 64%);