#503539
a dark, soft red · warm · closest name: darkslategray
RGB
80, 53, 57
HSL
351°, 20%, 26%
CMYK
0, 34, 29, 69
Luminance
0.0455
Every format
| HEX | #503539 |
| RGB | rgb(80, 53, 57) |
| HSL | hsl(351, 20%, 26%) |
| CMYK | cmyk(0%, 34%, 29%, 69%) |
| LAB | lab(25.4 12.8 2.4) |
| LCH | lch(25.4 13.0 10.6) |
| OKLCH | oklch(0.362 0.039 9.4) |
Copy-ready code
/* CSS */
color: #503539;
background-color: #503539;
/* Tailwind (arbitrary) */
class="text-[#503539] bg-[#503539]"
/* SCSS */
$brand: #503539;
/* SwiftUI */
Color(red: 0.314, green: 0.208, blue: 0.224)
/* Android */
Color.parseColor("#503539")Accessibility — WCAG contrast
Aa
#503539 on white: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503539 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green20.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow28.8%
Key (black)68.6%
Color previews
#503539 text on a black background
contrast 1.91:1
Card sample
#503539 text on a white background
contrast 11.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503539;
Background color
Panel with #503539 background
background-color: #503539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 53, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 53, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503539; background: linear-gradient(135deg, #503539, #504335);