#965f29
a dark, vivid orange · warm · closest name: sienna
RGB
150, 95, 41
HSL
30°, 57%, 38%
CMYK
0, 37, 73, 41
Luminance
0.1483
Every format
| HEX | #965f29 |
| RGB | rgb(150, 95, 41) |
| HSL | hsl(30, 57%, 38%) |
| CMYK | cmyk(0%, 37%, 73%, 41%) |
| LAB | lab(45.4 17.4 39.0) |
| LCH | lch(45.4 42.8 65.9) |
| OKLCH | oklch(0.536 0.099 62.1) |
Copy-ready code
/* CSS */
color: #965f29;
background-color: #965f29;
/* Tailwind (arbitrary) */
class="text-[#965f29] bg-[#965f29]"
/* SCSS */
$brand: #965f29;
/* SwiftUI */
Color(red: 0.588, green: 0.373, blue: 0.161)
/* Android */
Color.parseColor("#965f29")Accessibility — WCAG contrast
Aa
#965f29 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#965f29 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green37.3%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow72.7%
Key (black)41.2%
Color previews
#965f29 text on a black background
contrast 3.97:1
Card sample
#965f29 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #965f29;
Background color
Panel with #965f29 background
background-color: #965f29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #965f29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 95, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 95, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #965f29; background: linear-gradient(135deg, #965f29, #859629);