#924021
a dark, vivid orange · warm · closest name: sienna
RGB
146, 64, 33
HSL
17°, 63%, 35%
CMYK
0, 56, 77, 43
Luminance
0.0989
Every format
| HEX | #924021 |
| RGB | rgb(146, 64, 33) |
| HSL | hsl(17, 63%, 35%) |
| CMYK | cmyk(0%, 56%, 77%, 43%) |
| LAB | lab(37.6 32.6 34.8) |
| LCH | lch(37.6 47.7 46.9) |
| OKLCH | oklch(0.475 0.119 40.2) |
Copy-ready code
/* CSS */
color: #924021;
background-color: #924021;
/* Tailwind (arbitrary) */
class="text-[#924021] bg-[#924021]"
/* SCSS */
$brand: #924021;
/* SwiftUI */
Color(red: 0.573, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#924021")Accessibility — WCAG contrast
Aa
#924021 on white: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#924021 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow77.4%
Key (black)42.7%
Color previews
#924021 text on a black background
contrast 2.98:1
Card sample
#924021 text on a white background
contrast 7.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #924021;
Background color
Panel with #924021 background
background-color: #924021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #924021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #924021; background: linear-gradient(135deg, #924021, #928B21);