#93e927
a balanced, electric green · cool · closest name: lime
RGB
147, 233, 39
HSL
87°, 82%, 53%
CMYK
37, 0, 83, 9
Luminance
0.6463
Every format
| HEX | #93e927 |
| RGB | rgb(147, 233, 39) |
| HSL | hsl(87, 82%, 53%) |
| CMYK | cmyk(37%, 0%, 83%, 9%) |
| LAB | lab(84.3 -52.9 76.5) |
| LCH | lch(84.3 93.0 124.6) |
| OKLCH | oklch(0.847 0.224 132.0) |
Copy-ready code
/* CSS */
color: #93e927;
background-color: #93e927;
/* Tailwind (arbitrary) */
class="text-[#93e927] bg-[#93e927]"
/* SCSS */
$brand: #93e927;
/* SwiftUI */
Color(red: 0.576, green: 0.914, blue: 0.153)
/* Android */
Color.parseColor("#93e927")Accessibility — WCAG contrast
Aa
#93e927 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93e927 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green91.4%
Blue15.3%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow83.3%
Key (black)8.6%
Color previews
#93e927 text on a black background
contrast 13.93:1
Card sample
#93e927 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93e927;
Background color
Panel with #93e927 background
background-color: #93e927;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93e927;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 233, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 233, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93e927; background: linear-gradient(135deg, #93e927, #27E93C);