#55352f
a dark, soft red · warm · closest name: darkslategray
RGB
85, 53, 47
HSL
10°, 29%, 26%
CMYK
0, 38, 45, 67
Luminance
0.0468
Every format
| HEX | #55352f |
| RGB | rgb(85, 53, 47) |
| HSL | hsl(10, 29%, 26%) |
| CMYK | cmyk(0%, 38%, 45%, 67%) |
| LAB | lab(25.8 13.6 9.7) |
| LCH | lch(25.8 16.7 35.7) |
| OKLCH | oklch(0.366 0.048 31.1) |
Copy-ready code
/* CSS */
color: #55352f;
background-color: #55352f;
/* Tailwind (arbitrary) */
class="text-[#55352f] bg-[#55352f]"
/* SCSS */
$brand: #55352f;
/* SwiftUI */
Color(red: 0.333, green: 0.208, blue: 0.184)
/* Android */
Color.parseColor("#55352f")Accessibility — WCAG contrast
Aa
#55352f on white: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#55352f on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green20.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow44.7%
Key (black)66.7%
Color previews
#55352f text on a black background
contrast 1.94:1
Card sample
#55352f text on a white background
contrast 10.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55352f;
Background color
Panel with #55352f background
background-color: #55352f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55352f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 53, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 53, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55352f; background: linear-gradient(135deg, #55352f, #554E2F);