#55352b
a dark, soft red · warm · closest name: darkslategray
RGB
85, 53, 43
HSL
14°, 33%, 25%
CMYK
0, 38, 49, 67
Luminance
0.0465
Every format
| HEX | #55352b |
| RGB | rgb(85, 53, 43) |
| HSL | hsl(14, 33%, 25%) |
| CMYK | cmyk(0%, 38%, 49%, 67%) |
| LAB | lab(25.7 13.1 12.2) |
| LCH | lch(25.7 17.9 43.1) |
| OKLCH | oklch(0.365 0.050 38.1) |
Copy-ready code
/* CSS */
color: #55352b;
background-color: #55352b;
/* Tailwind (arbitrary) */
class="text-[#55352b] bg-[#55352b]"
/* SCSS */
$brand: #55352b;
/* SwiftUI */
Color(red: 0.333, green: 0.208, blue: 0.169)
/* Android */
Color.parseColor("#55352b")Accessibility — WCAG contrast
Aa
#55352b on white: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#55352b on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green20.8%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow49.4%
Key (black)66.7%
Color previews
#55352b text on a black background
contrast 1.93:1
Card sample
#55352b text on a white background
contrast 10.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55352b;
Background color
Panel with #55352b background
background-color: #55352b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55352b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 53, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 53, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55352b; background: linear-gradient(135deg, #55352b, #55512B);