#957708
a dark, electric yellow · cool · closest name: olive
RGB
149, 119, 8
HSL
47°, 90%, 31%
CMYK
0, 20, 95, 42
Luminance
0.1960
Every format
| HEX | #957708 |
| RGB | rgb(149, 119, 8) |
| HSL | hsl(47, 90%, 31%) |
| CMYK | cmyk(0%, 20%, 95%, 42%) |
| LAB | lab(51.4 2.1 55.7) |
| LCH | lch(51.4 55.7 87.9) |
| OKLCH | oklch(0.582 0.117 90.7) |
Copy-ready code
/* CSS */
color: #957708;
background-color: #957708;
/* Tailwind (arbitrary) */
class="text-[#957708] bg-[#957708]"
/* SCSS */
$brand: #957708;
/* SwiftUI */
Color(red: 0.584, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#957708")Accessibility — WCAG contrast
Aa
#957708 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#957708 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow94.6%
Key (black)41.6%
Color previews
#957708 text on a black background
contrast 4.92:1
Card sample
#957708 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #957708;
Background color
Panel with #957708 background
background-color: #957708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #957708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #957708; background: linear-gradient(135deg, #957708, #559508);