#958310
a dark, electric yellow · cool · closest name: olive
RGB
149, 131, 16
HSL
52°, 81%, 32%
CMYK
0, 12, 89, 42
Luminance
0.2266
Every format
| HEX | #958310 |
| RGB | rgb(149, 131, 16) |
| HSL | hsl(52, 81%, 32%) |
| CMYK | cmyk(0%, 12%, 89%, 42%) |
| LAB | lab(54.7 -4.5 56.7) |
| LCH | lch(54.7 56.9 94.5) |
| OKLCH | oklch(0.608 0.122 99.1) |
Copy-ready code
/* CSS */
color: #958310;
background-color: #958310;
/* Tailwind (arbitrary) */
class="text-[#958310] bg-[#958310]"
/* SCSS */
$brand: #958310;
/* SwiftUI */
Color(red: 0.584, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#958310")Accessibility — WCAG contrast
Aa
#958310 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#958310 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green51.4%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow89.3%
Key (black)41.6%
Color previews
#958310 text on a black background
contrast 5.53:1
Card sample
#958310 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #958310;
Background color
Panel with #958310 background
background-color: #958310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #958310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #958310; background: linear-gradient(135deg, #958310, #4E9510);