#965607
a dark, electric orange · warm · closest name: sienna
RGB
150, 86, 7
HSL
33°, 91%, 31%
CMYK
0, 43, 95, 41
Luminance
0.1315
Every format
| HEX | #965607 |
| RGB | rgb(150, 86, 7) |
| HSL | hsl(33, 91%, 31%) |
| CMYK | cmyk(0%, 43%, 95%, 41%) |
| LAB | lab(43.0 21.5 49.8) |
| LCH | lch(43.0 54.3 66.7) |
| OKLCH | oklch(0.516 0.116 62.2) |
Copy-ready code
/* CSS */
color: #965607;
background-color: #965607;
/* Tailwind (arbitrary) */
class="text-[#965607] bg-[#965607]"
/* SCSS */
$brand: #965607;
/* SwiftUI */
Color(red: 0.588, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#965607")Accessibility — WCAG contrast
Aa
#965607 on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#965607 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow95.3%
Key (black)41.2%
Color previews
#965607 text on a black background
contrast 3.63:1
Card sample
#965607 text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #965607;
Background color
Panel with #965607 background
background-color: #965607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #965607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #965607; background: linear-gradient(135deg, #965607, #779607);