#95f521
a balanced, electric green · cool · closest name: lime
RGB
149, 245, 33
HSL
87°, 91%, 55%
CMYK
39, 0, 87, 4
Luminance
0.7180
Every format
| HEX | #95f521 |
| RGB | rgb(149, 245, 33) |
| HSL | hsl(87, 91%, 55%) |
| CMYK | cmyk(39%, 0%, 87%, 4%) |
| LAB | lab(87.9 -57.1 80.8) |
| LCH | lch(87.9 99.0 125.2) |
| OKLCH | oklch(0.876 0.239 132.7) |
Copy-ready code
/* CSS */
color: #95f521;
background-color: #95f521;
/* Tailwind (arbitrary) */
class="text-[#95f521] bg-[#95f521]"
/* SCSS */
$brand: #95f521;
/* SwiftUI */
Color(red: 0.584, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#95f521")Accessibility — WCAG contrast
Aa
#95f521 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95f521 on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green96.1%
Blue12.9%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#95f521 text on a black background
contrast 15.36:1
Card sample
#95f521 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95f521;
Background color
Panel with #95f521 background
background-color: #95f521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95f521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95f521; background: linear-gradient(135deg, #95f521, #21F53A);