#552a21
a deep, soft red · warm · closest name: sienna
RGB
85, 42, 33
HSL
10°, 44%, 23%
CMYK
0, 51, 61, 67
Luminance
0.0370
Every format
| HEX | #552a21 |
| RGB | rgb(85, 42, 33) |
| HSL | hsl(10, 44%, 23%) |
| CMYK | cmyk(0%, 51%, 61%, 67%) |
| LAB | lab(22.6 18.9 14.8) |
| LCH | lch(22.6 24.0 38.1) |
| OKLCH | oklch(0.340 0.066 33.0) |
Copy-ready code
/* CSS */
color: #552a21;
background-color: #552a21;
/* Tailwind (arbitrary) */
class="text-[#552a21] bg-[#552a21]"
/* SCSS */
$brand: #552a21;
/* SwiftUI */
Color(red: 0.333, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#552a21")Accessibility — WCAG contrast
Aa
#552a21 on white: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552a21 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow61.2%
Key (black)66.7%
Color previews
#552a21 text on a black background
contrast 1.74:1
Card sample
#552a21 text on a white background
contrast 12.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552a21;
Background color
Panel with #552a21 background
background-color: #552a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552a21; background: linear-gradient(135deg, #552a21, #554D21);