#965021
a dark, vivid orange · warm · closest name: sienna
RGB
150, 80, 33
HSL
24°, 64%, 36%
CMYK
0, 47, 78, 41
Luminance
0.1233
Every format
| HEX | #965021 |
| RGB | rgb(150, 80, 33) |
| HSL | hsl(24, 64%, 36%) |
| CMYK | cmyk(0%, 47%, 78%, 41%) |
| LAB | lab(41.7 25.6 39.2) |
| LCH | lch(41.7 46.8 56.9) |
| OKLCH | oklch(0.507 0.111 51.2) |
Copy-ready code
/* CSS */
color: #965021;
background-color: #965021;
/* Tailwind (arbitrary) */
class="text-[#965021] bg-[#965021]"
/* SCSS */
$brand: #965021;
/* SwiftUI */
Color(red: 0.588, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#965021")Accessibility — WCAG contrast
Aa
#965021 on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#965021 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow78.0%
Key (black)41.2%
Color previews
#965021 text on a black background
contrast 3.47:1
Card sample
#965021 text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #965021;
Background color
Panel with #965021 background
background-color: #965021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #965021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #965021; background: linear-gradient(135deg, #965021, #8E9621);