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