#923421
a dark, vivid red · warm · closest name: sienna
RGB
146, 52, 33
HSL
10°, 63%, 35%
CMYK
0, 64, 77, 43
Luminance
0.0868
Every format
| HEX | #923421 |
| RGB | rgb(146, 52, 33) |
| HSL | hsl(10, 63%, 35%) |
| CMYK | cmyk(0%, 64%, 77%, 43%) |
| LAB | lab(35.4 38.6 32.4) |
| LCH | lch(35.4 50.4 40.0) |
| OKLCH | oklch(0.457 0.131 33.3) |
Copy-ready code
/* CSS */
color: #923421;
background-color: #923421;
/* Tailwind (arbitrary) */
class="text-[#923421] bg-[#923421]"
/* SCSS */
$brand: #923421;
/* SwiftUI */
Color(red: 0.573, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#923421")Accessibility — WCAG contrast
Aa
#923421 on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#923421 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow77.4%
Key (black)42.7%
Color previews
#923421 text on a black background
contrast 2.74:1
Card sample
#923421 text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #923421;
Background color
Panel with #923421 background
background-color: #923421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #923421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #923421; background: linear-gradient(135deg, #923421, #927F21);