#784350
a dark, soft red · warm · closest name: gray
RGB
120, 67, 80
HSL
345°, 28%, 37%
CMYK
0, 44, 33, 53
Luminance
0.0859
Every format
| HEX | #784350 |
| RGB | rgb(120, 67, 80) |
| HSL | hsl(345, 28%, 37%) |
| CMYK | cmyk(0%, 44%, 33%, 53%) |
| LAB | lab(35.2 24.6 2.2) |
| LCH | lch(35.2 24.6 5.2) |
| OKLCH | oklch(0.451 0.075 4.7) |
Copy-ready code
/* CSS */
color: #784350;
background-color: #784350;
/* Tailwind (arbitrary) */
class="text-[#784350] bg-[#784350]"
/* SCSS */
$brand: #784350;
/* SwiftUI */
Color(red: 0.471, green: 0.263, blue: 0.314)
/* Android */
Color.parseColor("#784350")Accessibility — WCAG contrast
Aa
#784350 on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#784350 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green26.3%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow33.3%
Key (black)52.9%
Color previews
#784350 text on a black background
contrast 2.72:1
Card sample
#784350 text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #784350;
Background color
Panel with #784350 background
background-color: #784350;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #784350;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 67, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 67, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #784350; background: linear-gradient(135deg, #784350, #785943);