#923a21
a dark, vivid red · warm · closest name: sienna
RGB
146, 58, 33
HSL
13°, 63%, 35%
CMYK
0, 60, 77, 43
Luminance
0.0925
Every format
| HEX | #923a21 |
| RGB | rgb(146, 58, 33) |
| HSL | hsl(13, 63%, 35%) |
| CMYK | cmyk(0%, 60%, 77%, 43%) |
| LAB | lab(36.5 35.7 33.6) |
| LCH | lch(36.5 49.0 43.2) |
| OKLCH | oklch(0.466 0.125 36.5) |
Copy-ready code
/* CSS */
color: #923a21;
background-color: #923a21;
/* Tailwind (arbitrary) */
class="text-[#923a21] bg-[#923a21]"
/* SCSS */
$brand: #923a21;
/* SwiftUI */
Color(red: 0.573, green: 0.227, blue: 0.129)
/* Android */
Color.parseColor("#923a21")Accessibility — WCAG contrast
Aa
#923a21 on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#923a21 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green22.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow77.4%
Key (black)42.7%
Color previews
#923a21 text on a black background
contrast 2.85:1
Card sample
#923a21 text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #923a21;
Background color
Panel with #923a21 background
background-color: #923a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #923a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 58, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 58, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #923a21; background: linear-gradient(135deg, #923a21, #928521);