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