#732a21
a dark, vivid red · warm · closest name: sienna
RGB
115, 42, 33
HSL
7°, 55%, 29%
CMYK
0, 64, 71, 55
Luminance
0.0541
Every format
| HEX | #732a21 |
| RGB | rgb(115, 42, 33) |
| HSL | hsl(7, 55%, 29%) |
| CMYK | cmyk(0%, 64%, 71%, 55%) |
| LAB | lab(27.9 31.6 22.4) |
| LCH | lch(27.9 38.7 35.4) |
| OKLCH | oklch(0.390 0.105 29.6) |
Copy-ready code
/* CSS */
color: #732a21;
background-color: #732a21;
/* Tailwind (arbitrary) */
class="text-[#732a21] bg-[#732a21]"
/* SCSS */
$brand: #732a21;
/* SwiftUI */
Color(red: 0.451, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#732a21")Accessibility — WCAG contrast
Aa
#732a21 on white: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#732a21 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow71.3%
Key (black)54.9%
Color previews
#732a21 text on a black background
contrast 2.08:1
Card sample
#732a21 text on a white background
contrast 10.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #732a21;
Background color
Panel with #732a21 background
background-color: #732a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #732a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #732a21; background: linear-gradient(135deg, #732a21, #736121);