#98ac26
a dark, vivid yellow · cool · closest name: olivedrab
RGB
152, 172, 38
HSL
69°, 64%, 41%
CMYK
12, 0, 78, 33
Luminance
0.3632
Every format
| HEX | #98ac26 |
| RGB | rgb(152, 172, 38) |
| HSL | hsl(69, 64%, 41%) |
| CMYK | cmyk(12%, 0%, 78%, 33%) |
| LAB | lab(66.8 -23.8 61.2) |
| LCH | lch(66.8 65.7 111.3) |
| OKLCH | oklch(0.705 0.152 118.1) |
Copy-ready code
/* CSS */
color: #98ac26;
background-color: #98ac26;
/* Tailwind (arbitrary) */
class="text-[#98ac26] bg-[#98ac26]"
/* SCSS */
$brand: #98ac26;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.149)
/* Android */
Color.parseColor("#98ac26")Accessibility — WCAG contrast
Aa
#98ac26 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ac26 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue14.9%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow77.9%
Key (black)32.5%
Color previews
#98ac26 text on a black background
contrast 8.26:1
Card sample
#98ac26 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ac26;
Background color
Panel with #98ac26 background
background-color: #98ac26;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ac26;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ac26; background: linear-gradient(135deg, #98ac26, #3FAC26);