#782f2f
a dark, soft red · warm · closest name: sienna
RGB
120, 47, 47
HSL
0°, 44%, 33%
CMYK
0, 61, 61, 53
Luminance
0.0623
Every format
| HEX | #782f2f |
| RGB | rgb(120, 47, 47) |
| HSL | hsl(0, 44%, 33%) |
| CMYK | cmyk(0%, 61%, 61%, 53%) |
| LAB | lab(30.0 32.0 16.3) |
| LCH | lch(30.0 35.9 27.0) |
| OKLCH | oklch(0.409 0.103 22.7) |
Copy-ready code
/* CSS */
color: #782f2f;
background-color: #782f2f;
/* Tailwind (arbitrary) */
class="text-[#782f2f] bg-[#782f2f]"
/* SCSS */
$brand: #782f2f;
/* SwiftUI */
Color(red: 0.471, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#782f2f")Accessibility — WCAG contrast
Aa
#782f2f on white: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#782f2f on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta60.8%
Yellow60.8%
Key (black)52.9%
Color previews
#782f2f text on a black background
contrast 2.25:1
Card sample
#782f2f text on a white background
contrast 9.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #782f2f;
Background color
Panel with #782f2f background
background-color: #782f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #782f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #782f2f; background: linear-gradient(135deg, #782f2f, #78602F);