#782f2b
a dark, vivid red · warm · closest name: sienna
RGB
120, 47, 43
HSL
3°, 47%, 32%
CMYK
0, 61, 64, 53
Luminance
0.0620
Every format
| HEX | #782f2b |
| RGB | rgb(120, 47, 43) |
| HSL | hsl(3, 47%, 32%) |
| CMYK | cmyk(0%, 61%, 64%, 53%) |
| LAB | lab(29.9 31.6 18.8) |
| LCH | lch(29.9 36.8 30.7) |
| OKLCH | oklch(0.408 0.103 25.8) |
Copy-ready code
/* CSS */
color: #782f2b;
background-color: #782f2b;
/* Tailwind (arbitrary) */
class="text-[#782f2b] bg-[#782f2b]"
/* SCSS */
$brand: #782f2b;
/* SwiftUI */
Color(red: 0.471, green: 0.184, blue: 0.169)
/* Android */
Color.parseColor("#782f2b")Accessibility — WCAG contrast
Aa
#782f2b on white: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#782f2b on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green18.4%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta60.8%
Yellow64.2%
Key (black)52.9%
Color previews
#782f2b text on a black background
contrast 2.24:1
Card sample
#782f2b text on a white background
contrast 9.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #782f2b;
Background color
Panel with #782f2b background
background-color: #782f2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #782f2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 47, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 47, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #782f2b; background: linear-gradient(135deg, #782f2b, #78622B);