#965721
a dark, vivid orange · warm · closest name: sienna
RGB
150, 87, 33
HSL
28°, 64%, 36%
CMYK
0, 42, 78, 41
Luminance
0.1341
Every format
| HEX | #965721 |
| RGB | rgb(150, 87, 33) |
| HSL | hsl(28, 64%, 36%) |
| CMYK | cmyk(0%, 42%, 78%, 41%) |
| LAB | lab(43.4 21.6 40.8) |
| LCH | lch(43.4 46.2 62.1) |
| OKLCH | oklch(0.520 0.107 57.3) |
Copy-ready code
/* CSS */
color: #965721;
background-color: #965721;
/* Tailwind (arbitrary) */
class="text-[#965721] bg-[#965721]"
/* SCSS */
$brand: #965721;
/* SwiftUI */
Color(red: 0.588, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#965721")Accessibility — WCAG contrast
Aa
#965721 on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#965721 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow78.0%
Key (black)41.2%
Color previews
#965721 text on a black background
contrast 3.68:1
Card sample
#965721 text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #965721;
Background color
Panel with #965721 background
background-color: #965721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #965721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #965721; background: linear-gradient(135deg, #965721, #879621);