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