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