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