#532921
a deep, soft red · warm · closest name: black
RGB
83, 41, 33
HSL
10°, 43%, 23%
CMYK
0, 51, 60, 68
Luminance
0.0353
Every format
| HEX | #532921 |
| RGB | rgb(83, 41, 33) |
| HSL | hsl(10, 43%, 23%) |
| CMYK | cmyk(0%, 51%, 60%, 68%) |
| LAB | lab(22.1 18.6 14.0) |
| LCH | lch(22.1 23.2 37.0) |
| OKLCH | oklch(0.335 0.064 32.0) |
Copy-ready code
/* CSS */
color: #532921;
background-color: #532921;
/* Tailwind (arbitrary) */
class="text-[#532921] bg-[#532921]"
/* SCSS */
$brand: #532921;
/* SwiftUI */
Color(red: 0.325, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#532921")Accessibility — WCAG contrast
Aa
#532921 on white: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#532921 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow60.2%
Key (black)67.5%
Color previews
#532921 text on a black background
contrast 1.71:1
Card sample
#532921 text on a white background
contrast 12.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #532921;
Background color
Panel with #532921 background
background-color: #532921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #532921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #532921; background: linear-gradient(135deg, #532921, #534A21);