#924321
a dark, vivid orange · warm · closest name: sienna
RGB
146, 67, 33
HSL
18°, 63%, 35%
CMYK
0, 54, 77, 43
Luminance
0.1024
Every format
| HEX | #924321 |
| RGB | rgb(146, 67, 33) |
| HSL | hsl(18, 63%, 35%) |
| CMYK | cmyk(0%, 54%, 77%, 43%) |
| LAB | lab(38.3 31.0 35.5) |
| LCH | lch(38.3 47.1 48.8) |
| OKLCH | oklch(0.479 0.117 42.3) |
Copy-ready code
/* CSS */
color: #924321;
background-color: #924321;
/* Tailwind (arbitrary) */
class="text-[#924321] bg-[#924321]"
/* SCSS */
$brand: #924321;
/* SwiftUI */
Color(red: 0.573, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#924321")Accessibility — WCAG contrast
Aa
#924321 on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#924321 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow77.4%
Key (black)42.7%
Color previews
#924321 text on a black background
contrast 3.05:1
Card sample
#924321 text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #924321;
Background color
Panel with #924321 background
background-color: #924321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #924321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #924321; background: linear-gradient(135deg, #924321, #928E21);