#98ff5b
a light, electric green · cool · closest name: lime
RGB
152, 255, 91
HSL
98°, 100%, 68%
CMYK
40, 0, 64, 0
Luminance
0.7895
Every format
| HEX | #98ff5b |
| RGB | rgb(152, 255, 91) |
| HSL | hsl(98, 100%, 68%) |
| CMYK | cmyk(40%, 0%, 64%, 0%) |
| LAB | lab(91.2 -56.9 66.7) |
| LCH | lch(91.2 87.6 130.5) |
| OKLCH | oklch(0.905 0.220 135.9) |
Copy-ready code
/* CSS */
color: #98ff5b;
background-color: #98ff5b;
/* Tailwind (arbitrary) */
class="text-[#98ff5b] bg-[#98ff5b]"
/* SCSS */
$brand: #98ff5b;
/* SwiftUI */
Color(red: 0.596, green: 1.000, blue: 0.357)
/* Android */
Color.parseColor("#98ff5b")Accessibility — WCAG contrast
Aa
#98ff5b on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ff5b on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green100.0%
Blue35.7%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow64.3%
Key (black)0.0%
Color previews
#98ff5b text on a black background
contrast 16.79:1
Card sample
#98ff5b text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ff5b;
Background color
Panel with #98ff5b background
background-color: #98ff5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ff5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 255, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 255, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ff5b; background: linear-gradient(135deg, #98ff5b, #5BFF8B);