#532221
a deep, soft red · warm · closest name: black
RGB
83, 34, 33
HSL
1°, 43%, 23%
CMYK
0, 59, 60, 68
Luminance
0.0309
Every format
| HEX | #532221 |
| RGB | rgb(83, 34, 33) |
| HSL | hsl(1, 43%, 23%) |
| CMYK | cmyk(0%, 59%, 60%, 68%) |
| LAB | lab(20.4 22.8 11.8) |
| LCH | lch(20.4 25.6 27.4) |
| OKLCH | oklch(0.323 0.074 23.2) |
Copy-ready code
/* CSS */
color: #532221;
background-color: #532221;
/* Tailwind (arbitrary) */
class="text-[#532221] bg-[#532221]"
/* SCSS */
$brand: #532221;
/* SwiftUI */
Color(red: 0.325, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#532221")Accessibility — WCAG contrast
Aa
#532221 on white: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#532221 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.0%
Yellow60.2%
Key (black)67.5%
Color previews
#532221 text on a black background
contrast 1.62:1
Card sample
#532221 text on a white background
contrast 12.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #532221;
Background color
Panel with #532221 background
background-color: #532221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #532221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #532221; background: linear-gradient(135deg, #532221, #534321);