#924a21
a dark, vivid orange · warm · closest name: sienna
RGB
146, 74, 33
HSL
22°, 63%, 35%
CMYK
0, 49, 77, 43
Luminance
0.1112
Every format
| HEX | #924a21 |
| RGB | rgb(146, 74, 33) |
| HSL | hsl(22, 63%, 35%) |
| CMYK | cmyk(0%, 49%, 77%, 43%) |
| LAB | lab(39.8 27.2 37.0) |
| LCH | lch(39.8 45.9 53.7) |
| OKLCH | oklch(0.491 0.111 47.6) |
Copy-ready code
/* CSS */
color: #924a21;
background-color: #924a21;
/* Tailwind (arbitrary) */
class="text-[#924a21] bg-[#924a21]"
/* SCSS */
$brand: #924a21;
/* SwiftUI */
Color(red: 0.573, green: 0.290, blue: 0.129)
/* Android */
Color.parseColor("#924a21")Accessibility — WCAG contrast
Aa
#924a21 on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#924a21 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green29.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow77.4%
Key (black)42.7%
Color previews
#924a21 text on a black background
contrast 3.22:1
Card sample
#924a21 text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #924a21;
Background color
Panel with #924a21 background
background-color: #924a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #924a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 74, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 74, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #924a21; background: linear-gradient(135deg, #924a21, #8F9221);