#553039
a dark, soft red · warm · closest name: black
RGB
85, 48, 57
HSL
345°, 28%, 26%
CMYK
0, 44, 33, 67
Luminance
0.0434
Every format
| HEX | #553039 |
| RGB | rgb(85, 48, 57) |
| HSL | hsl(345, 28%, 26%) |
| CMYK | cmyk(0%, 44%, 33%, 67%) |
| LAB | lab(24.8 18.2 1.6) |
| LCH | lch(24.8 18.2 4.9) |
| OKLCH | oklch(0.358 0.055 4.5) |
Copy-ready code
/* CSS */
color: #553039;
background-color: #553039;
/* Tailwind (arbitrary) */
class="text-[#553039] bg-[#553039]"
/* SCSS */
$brand: #553039;
/* SwiftUI */
Color(red: 0.333, green: 0.188, blue: 0.224)
/* Android */
Color.parseColor("#553039")Accessibility — WCAG contrast
Aa
#553039 on white: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#553039 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green18.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow32.9%
Key (black)66.7%
Color previews
#553039 text on a black background
contrast 1.87:1
Card sample
#553039 text on a white background
contrast 11.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #553039;
Background color
Panel with #553039 background
background-color: #553039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #553039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 48, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 48, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #553039; background: linear-gradient(135deg, #553039, #554030);