#964607
a dark, electric orange · warm · closest name: sienna
RGB
150, 70, 7
HSL
26°, 91%, 31%
CMYK
0, 53, 95, 41
Luminance
0.1088
Every format
| HEX | #964607 |
| RGB | rgb(150, 70, 7) |
| HSL | hsl(26, 91%, 31%) |
| CMYK | cmyk(0%, 53%, 95%, 41%) |
| LAB | lab(39.4 30.3 47.3) |
| LCH | lch(39.4 56.2 57.3) |
| OKLCH | oklch(0.489 0.126 50.2) |
Copy-ready code
/* CSS */
color: #964607;
background-color: #964607;
/* Tailwind (arbitrary) */
class="text-[#964607] bg-[#964607]"
/* SCSS */
$brand: #964607;
/* SwiftUI */
Color(red: 0.588, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#964607")Accessibility — WCAG contrast
Aa
#964607 on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#964607 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow95.3%
Key (black)41.2%
Color previews
#964607 text on a black background
contrast 3.18:1
Card sample
#964607 text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #964607;
Background color
Panel with #964607 background
background-color: #964607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #964607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #964607; background: linear-gradient(135deg, #964607, #879607);