#98f521
a balanced, electric green · cool · closest name: lime
RGB
152, 245, 33
HSL
86°, 91%, 55%
CMYK
38, 0, 87, 4
Luminance
0.7209
Every format
| HEX | #98f521 |
| RGB | rgb(152, 245, 33) |
| HSL | hsl(86, 91%, 55%) |
| CMYK | cmyk(38%, 0%, 87%, 4%) |
| LAB | lab(88.0 -56.1 81.0) |
| LCH | lch(88.0 98.5 124.7) |
| OKLCH | oklch(0.878 0.237 132.2) |
Copy-ready code
/* CSS */
color: #98f521;
background-color: #98f521;
/* Tailwind (arbitrary) */
class="text-[#98f521] bg-[#98f521]"
/* SCSS */
$brand: #98f521;
/* SwiftUI */
Color(red: 0.596, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#98f521")Accessibility — WCAG contrast
Aa
#98f521 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98f521 on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green96.1%
Blue12.9%
CMYK percentages
Cyan38.0%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#98f521 text on a black background
contrast 15.42:1
Card sample
#98f521 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98f521;
Background color
Panel with #98f521 background
background-color: #98f521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98f521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98f521; background: linear-gradient(135deg, #98f521, #21F537);