#782b21
a dark, vivid red · warm · closest name: sienna
RGB
120, 43, 33
HSL
7°, 57%, 30%
CMYK
0, 64, 73, 53
Luminance
0.0583
Every format
| HEX | #782b21 |
| RGB | rgb(120, 43, 33) |
| HSL | hsl(7, 57%, 30%) |
| CMYK | cmyk(0%, 64%, 73%, 53%) |
| LAB | lab(29.0 33.0 23.9) |
| LCH | lch(29.0 40.8 36.0) |
| OKLCH | oklch(0.400 0.110 30.1) |
Copy-ready code
/* CSS */
color: #782b21;
background-color: #782b21;
/* Tailwind (arbitrary) */
class="text-[#782b21] bg-[#782b21]"
/* SCSS */
$brand: #782b21;
/* SwiftUI */
Color(red: 0.471, green: 0.169, blue: 0.129)
/* Android */
Color.parseColor("#782b21")Accessibility — WCAG contrast
Aa
#782b21 on white: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#782b21 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green16.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.2%
Yellow72.5%
Key (black)52.9%
Color previews
#782b21 text on a black background
contrast 2.17:1
Card sample
#782b21 text on a white background
contrast 9.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #782b21;
Background color
Panel with #782b21 background
background-color: #782b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #782b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 43, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 43, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #782b21; background: linear-gradient(135deg, #782b21, #786521);