#3b2221
a deep, soft red · warm · closest name: black
RGB
59, 34, 33
HSL
2°, 28%, 18%
CMYK
0, 42, 44, 77
Luminance
0.0218
Every format
| HEX | #3b2221 |
| RGB | rgb(59, 34, 33) |
| HSL | hsl(2, 28%, 18%) |
| CMYK | cmyk(0%, 42%, 44%, 77%) |
| LAB | lab(16.4 11.9 5.7) |
| LCH | lch(16.4 13.2 25.7) |
| OKLCH | oklch(0.284 0.039 22.3) |
Copy-ready code
/* CSS */
color: #3b2221;
background-color: #3b2221;
/* Tailwind (arbitrary) */
class="text-[#3b2221] bg-[#3b2221]"
/* SCSS */
$brand: #3b2221;
/* SwiftUI */
Color(red: 0.231, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#3b2221")Accessibility — WCAG contrast
Aa
#3b2221 on white: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b2221 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow44.1%
Key (black)76.9%
Color previews
#3b2221 text on a black background
contrast 1.44:1
Card sample
#3b2221 text on a white background
contrast 14.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b2221;
Background color
Panel with #3b2221 background
background-color: #3b2221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b2221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b2221; background: linear-gradient(135deg, #3b2221, #3B3321);