#55352a
a deep, soft orange · warm · closest name: darkslategray
RGB
85, 53, 42
HSL
15°, 34%, 25%
CMYK
0, 38, 51, 67
Luminance
0.0464
Every format
| HEX | #55352a |
| RGB | rgb(85, 53, 42) |
| HSL | hsl(15, 34%, 25%) |
| CMYK | cmyk(0%, 38%, 51%, 67%) |
| LAB | lab(25.7 12.9 12.9) |
| LCH | lch(25.7 18.2 44.9) |
| OKLCH | oklch(0.364 0.050 39.7) |
Copy-ready code
/* CSS */
color: #55352a;
background-color: #55352a;
/* Tailwind (arbitrary) */
class="text-[#55352a] bg-[#55352a]"
/* SCSS */
$brand: #55352a;
/* SwiftUI */
Color(red: 0.333, green: 0.208, blue: 0.165)
/* Android */
Color.parseColor("#55352a")Accessibility — WCAG contrast
Aa
#55352a on white: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#55352a on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green20.8%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow50.6%
Key (black)66.7%
Color previews
#55352a text on a black background
contrast 1.93:1
Card sample
#55352a text on a white background
contrast 10.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55352a;
Background color
Panel with #55352a background
background-color: #55352a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55352a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 53, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 53, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55352a; background: linear-gradient(135deg, #55352a, #55522A);