#98f764
a light, electric green · cool · closest name: lime
RGB
152, 247, 100
HSL
99°, 90%, 68%
CMYK
39, 0, 60, 3
Luminance
0.7412
Every format
| HEX | #98f764 |
| RGB | rgb(152, 247, 100) |
| HSL | hsl(99, 90%, 68%) |
| CMYK | cmyk(39%, 0%, 60%, 3%) |
| LAB | lab(89.0 -52.9 60.5) |
| LCH | lch(89.0 80.4 131.2) |
| OKLCH | oklch(0.887 0.203 136.1) |
Copy-ready code
/* CSS */
color: #98f764;
background-color: #98f764;
/* Tailwind (arbitrary) */
class="text-[#98f764] bg-[#98f764]"
/* SCSS */
$brand: #98f764;
/* SwiftUI */
Color(red: 0.596, green: 0.969, blue: 0.392)
/* Android */
Color.parseColor("#98f764")Accessibility — WCAG contrast
Aa
#98f764 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98f764 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green96.9%
Blue39.2%
CMYK percentages
Cyan38.5%
Magenta0.0%
Yellow59.5%
Key (black)3.1%
Color previews
#98f764 text on a black background
contrast 15.82:1
Card sample
#98f764 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98f764;
Background color
Panel with #98f764 background
background-color: #98f764;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98f764;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 247, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 247, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98f764; background: linear-gradient(135deg, #98f764, #64F792);