#899d13
a dark, electric yellow · cool · closest name: olivedrab
RGB
137, 157, 19
HSL
69°, 78%, 35%
CMYK
13, 0, 88, 38
Luminance
0.2948
Every format
| HEX | #899d13 |
| RGB | rgb(137, 157, 19) |
| HSL | hsl(69, 78%, 35%) |
| CMYK | cmyk(13%, 0%, 88%, 38%) |
| LAB | lab(61.2 -23.5 60.9) |
| LCH | lch(61.2 65.3 111.1) |
| OKLCH | oklch(0.657 0.149 118.6) |
Copy-ready code
/* CSS */
color: #899d13;
background-color: #899d13;
/* Tailwind (arbitrary) */
class="text-[#899d13] bg-[#899d13]"
/* SCSS */
$brand: #899d13;
/* SwiftUI */
Color(red: 0.537, green: 0.616, blue: 0.075)
/* Android */
Color.parseColor("#899d13")Accessibility — WCAG contrast
Aa
#899d13 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#899d13 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green61.6%
Blue7.5%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow87.9%
Key (black)38.4%
Color previews
#899d13 text on a black background
contrast 6.90:1
Card sample
#899d13 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899d13;
Background color
Panel with #899d13 background
background-color: #899d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 157, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 157, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899d13; background: linear-gradient(135deg, #899d13, #2D9D13);