#956708
a dark, electric yellow · warm · closest name: peru
RGB
149, 103, 8
HSL
40°, 90%, 31%
CMYK
0, 31, 95, 42
Luminance
0.1611
Every format
| HEX | #956708 |
| RGB | rgb(149, 103, 8) |
| HSL | hsl(40, 90%, 31%) |
| CMYK | cmyk(0%, 31%, 95%, 42%) |
| LAB | lab(47.1 11.3 52.5) |
| LCH | lch(47.1 53.7 77.9) |
| OKLCH | oklch(0.548 0.112 77.3) |
Copy-ready code
/* CSS */
color: #956708;
background-color: #956708;
/* Tailwind (arbitrary) */
class="text-[#956708] bg-[#956708]"
/* SCSS */
$brand: #956708;
/* SwiftUI */
Color(red: 0.584, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#956708")Accessibility — WCAG contrast
Aa
#956708 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#956708 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow94.6%
Key (black)41.6%
Color previews
#956708 text on a black background
contrast 4.22:1
Card sample
#956708 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956708;
Background color
Panel with #956708 background
background-color: #956708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956708; background: linear-gradient(135deg, #956708, #659508);