#956607
a dark, electric yellow · warm · closest name: peru
RGB
149, 102, 7
HSL
40°, 91%, 31%
CMYK
0, 32, 95, 42
Luminance
0.1591
Every format
| HEX | #956607 |
| RGB | rgb(149, 102, 7) |
| HSL | hsl(40, 91%, 31%) |
| CMYK | cmyk(0%, 32%, 95%, 42%) |
| LAB | lab(46.9 11.8 52.6) |
| LCH | lch(46.9 53.9 77.3) |
| OKLCH | oklch(0.546 0.112 76.5) |
Copy-ready code
/* CSS */
color: #956607;
background-color: #956607;
/* Tailwind (arbitrary) */
class="text-[#956607] bg-[#956607]"
/* SCSS */
$brand: #956607;
/* SwiftUI */
Color(red: 0.584, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#956607")Accessibility — WCAG contrast
Aa
#956607 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#956607 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow95.3%
Key (black)41.6%
Color previews
#956607 text on a black background
contrast 4.18:1
Card sample
#956607 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956607;
Background color
Panel with #956607 background
background-color: #956607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956607; background: linear-gradient(135deg, #956607, #659507);