#89940c
a dark, electric yellow · cool · closest name: olive
RGB
137, 148, 12
HSL
65°, 85%, 31%
CMYK
7, 0, 92, 42
Luminance
0.2652
Every format
| HEX | #89940c |
| RGB | rgb(137, 148, 12) |
| HSL | hsl(65, 85%, 31%) |
| CMYK | cmyk(7%, 0%, 92%, 42%) |
| LAB | lab(58.5 -19.1 60.1) |
| LCH | lch(58.5 63.0 107.7) |
| OKLCH | oklch(0.636 0.141 115.0) |
Copy-ready code
/* CSS */
color: #89940c;
background-color: #89940c;
/* Tailwind (arbitrary) */
class="text-[#89940c] bg-[#89940c]"
/* SCSS */
$brand: #89940c;
/* SwiftUI */
Color(red: 0.537, green: 0.580, blue: 0.047)
/* Android */
Color.parseColor("#89940c")Accessibility — WCAG contrast
Aa
#89940c on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#89940c on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green58.0%
Blue4.7%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow91.9%
Key (black)42.0%
Color previews
#89940c text on a black background
contrast 6.30:1
Card sample
#89940c text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89940c;
Background color
Panel with #89940c background
background-color: #89940c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89940c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 148, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 148, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89940c; background: linear-gradient(135deg, #89940c, #2E940C);