#956021
a dark, vivid orange · warm · closest name: sienna
RGB
149, 96, 33
HSL
33°, 64%, 36%
CMYK
0, 36, 78, 42
Luminance
0.1487
Every format
| HEX | #956021 |
| RGB | rgb(149, 96, 33) |
| HSL | hsl(33, 64%, 36%) |
| CMYK | cmyk(0%, 36%, 78%, 42%) |
| LAB | lab(45.5 16.0 42.8) |
| LCH | lch(45.5 45.7 69.5) |
| OKLCH | oklch(0.536 0.103 66.4) |
Copy-ready code
/* CSS */
color: #956021;
background-color: #956021;
/* Tailwind (arbitrary) */
class="text-[#956021] bg-[#956021]"
/* SCSS */
$brand: #956021;
/* SwiftUI */
Color(red: 0.584, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#956021")Accessibility — WCAG contrast
Aa
#956021 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#956021 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow77.9%
Key (black)41.6%
Color previews
#956021 text on a black background
contrast 3.97:1
Card sample
#956021 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956021;
Background color
Panel with #956021 background
background-color: #956021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956021; background: linear-gradient(135deg, #956021, #7D9521);