#898b13
a dark, electric yellow · cool · closest name: olive
RGB
137, 139, 19
HSL
61°, 76%, 31%
CMYK
1, 0, 86, 46
Luminance
0.2383
Every format
| HEX | #898b13 |
| RGB | rgb(137, 139, 19) |
| HSL | hsl(61, 76%, 31%) |
| CMYK | cmyk(1%, 0%, 86%, 46%) |
| LAB | lab(55.9 -14.3 56.5) |
| LCH | lch(55.9 58.3 104.2) |
| OKLCH | oklch(0.615 0.130 110.7) |
Copy-ready code
/* CSS */
color: #898b13;
background-color: #898b13;
/* Tailwind (arbitrary) */
class="text-[#898b13] bg-[#898b13]"
/* SCSS */
$brand: #898b13;
/* SwiftUI */
Color(red: 0.537, green: 0.545, blue: 0.075)
/* Android */
Color.parseColor("#898b13")Accessibility — WCAG contrast
Aa
#898b13 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#898b13 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green54.5%
Blue7.5%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow86.3%
Key (black)45.5%
Color previews
#898b13 text on a black background
contrast 5.77:1
Card sample
#898b13 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #898b13;
Background color
Panel with #898b13 background
background-color: #898b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #898b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 139, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 139, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #898b13; background: linear-gradient(135deg, #898b13, #398B13);