#899310
a dark, electric yellow · cool · closest name: olive
RGB
137, 147, 16
HSL
65°, 80%, 32%
CMYK
7, 0, 89, 42
Luminance
0.2622
Every format
| HEX | #899310 |
| RGB | rgb(137, 147, 16) |
| HSL | hsl(65, 80%, 32%) |
| CMYK | cmyk(7%, 0%, 89%, 42%) |
| LAB | lab(58.3 -18.5 59.1) |
| LCH | lch(58.3 61.9 107.4) |
| OKLCH | oklch(0.634 0.139 114.6) |
Copy-ready code
/* CSS */
color: #899310;
background-color: #899310;
/* Tailwind (arbitrary) */
class="text-[#899310] bg-[#899310]"
/* SCSS */
$brand: #899310;
/* SwiftUI */
Color(red: 0.537, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#899310")Accessibility — WCAG contrast
Aa
#899310 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#899310 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green57.6%
Blue6.3%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#899310 text on a black background
contrast 6.24:1
Card sample
#899310 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899310;
Background color
Panel with #899310 background
background-color: #899310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899310; background: linear-gradient(135deg, #899310, #329310);