#93e521
a balanced, electric green · cool · closest name: lime
RGB
147, 229, 33
HSL
85°, 79%, 51%
CMYK
36, 0, 86, 10
Luminance
0.6235
Every format
| HEX | #93e521 |
| RGB | rgb(147, 229, 33) |
| HSL | hsl(85, 79%, 51%) |
| CMYK | cmyk(36%, 0%, 86%, 10%) |
| LAB | lab(83.1 -51.4 76.7) |
| LCH | lch(83.1 92.4 123.8) |
| OKLCH | oklch(0.837 0.222 131.3) |
Copy-ready code
/* CSS */
color: #93e521;
background-color: #93e521;
/* Tailwind (arbitrary) */
class="text-[#93e521] bg-[#93e521]"
/* SCSS */
$brand: #93e521;
/* SwiftUI */
Color(red: 0.576, green: 0.898, blue: 0.129)
/* Android */
Color.parseColor("#93e521")Accessibility — WCAG contrast
Aa
#93e521 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93e521 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green89.8%
Blue12.9%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow85.6%
Key (black)10.2%
Color previews
#93e521 text on a black background
contrast 13.47:1
Card sample
#93e521 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93e521;
Background color
Panel with #93e521 background
background-color: #93e521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93e521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 229, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 229, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93e521; background: linear-gradient(135deg, #93e521, #21E532);