#552222
a deep, soft red · warm · closest name: black
RGB
85, 34, 34
HSL
0°, 43%, 23%
CMYK
0, 60, 60, 67
Luminance
0.0319
Every format
| HEX | #552222 |
| RGB | rgb(85, 34, 34) |
| HSL | hsl(0, 43%, 23%) |
| CMYK | cmyk(0%, 60%, 60%, 67%) |
| LAB | lab(20.8 23.7 11.7) |
| LCH | lch(20.8 26.4 26.2) |
| OKLCH | oklch(0.326 0.076 22.2) |
Copy-ready code
/* CSS */
color: #552222;
background-color: #552222;
/* Tailwind (arbitrary) */
class="text-[#552222] bg-[#552222]"
/* SCSS */
$brand: #552222;
/* SwiftUI */
Color(red: 0.333, green: 0.133, blue: 0.133)
/* Android */
Color.parseColor("#552222")Accessibility — WCAG contrast
Aa
#552222 on white: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552222 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green13.3%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow60.0%
Key (black)66.7%
Color previews
#552222 text on a black background
contrast 1.64:1
Card sample
#552222 text on a white background
contrast 12.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552222;
Background color
Panel with #552222 background
background-color: #552222;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552222;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 34, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 34, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552222; background: linear-gradient(135deg, #552222, #554422);