#95ea15
a balanced, electric green · cool · closest name: lime
RGB
149, 234, 21
HSL
84°, 84%, 50%
CMYK
36, 0, 91, 8
Luminance
0.6529
Every format
| HEX | #95ea15 |
| RGB | rgb(149, 234, 21) |
| HSL | hsl(84, 84%, 50%) |
| CMYK | cmyk(36%, 0%, 91%, 8%) |
| LAB | lab(84.6 -53.1 80.1) |
| LCH | lch(84.6 96.1 123.5) |
| OKLCH | oklch(0.850 0.230 131.3) |
Copy-ready code
/* CSS */
color: #95ea15;
background-color: #95ea15;
/* Tailwind (arbitrary) */
class="text-[#95ea15] bg-[#95ea15]"
/* SCSS */
$brand: #95ea15;
/* SwiftUI */
Color(red: 0.584, green: 0.918, blue: 0.082)
/* Android */
Color.parseColor("#95ea15")Accessibility — WCAG contrast
Aa
#95ea15 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95ea15 on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green91.8%
Blue8.2%
CMYK percentages
Cyan36.3%
Magenta0.0%
Yellow91.0%
Key (black)8.2%
Color previews
#95ea15 text on a black background
contrast 14.06:1
Card sample
#95ea15 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95ea15;
Background color
Panel with #95ea15 background
background-color: #95ea15;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95ea15;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 234, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 234, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95ea15; background: linear-gradient(135deg, #95ea15, #15EA23);