#954921
a dark, vivid orange · warm · closest name: sienna
RGB
149, 73, 33
HSL
21°, 64%, 36%
CMYK
0, 51, 78, 42
Luminance
0.1126
Every format
| HEX | #954921 |
| RGB | rgb(149, 73, 33) |
| HSL | hsl(21, 64%, 36%) |
| CMYK | cmyk(0%, 51%, 78%, 42%) |
| LAB | lab(40.0 29.0 37.4) |
| LCH | lch(40.0 47.4 52.2) |
| OKLCH | oklch(0.494 0.115 45.9) |
Copy-ready code
/* CSS */
color: #954921;
background-color: #954921;
/* Tailwind (arbitrary) */
class="text-[#954921] bg-[#954921]"
/* SCSS */
$brand: #954921;
/* SwiftUI */
Color(red: 0.584, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#954921")Accessibility — WCAG contrast
Aa
#954921 on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#954921 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow77.9%
Key (black)41.6%
Color previews
#954921 text on a black background
contrast 3.25:1
Card sample
#954921 text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #954921;
Background color
Panel with #954921 background
background-color: #954921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #954921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #954921; background: linear-gradient(135deg, #954921, #949521);