#4b2421
a deep, soft red · warm · closest name: black
RGB
75, 36, 33
HSL
4°, 39%, 21%
CMYK
0, 52, 56, 71
Luminance
0.0287
Every format
| HEX | #4b2421 |
| RGB | rgb(75, 36, 33) |
| HSL | hsl(4, 39%, 21%) |
| CMYK | cmyk(0%, 52%, 56%, 71%) |
| LAB | lab(19.5 18.0 10.3) |
| LCH | lch(19.5 20.8 29.9) |
| OKLCH | oklch(0.313 0.060 25.6) |
Copy-ready code
/* CSS */
color: #4b2421;
background-color: #4b2421;
/* Tailwind (arbitrary) */
class="text-[#4b2421] bg-[#4b2421]"
/* SCSS */
$brand: #4b2421;
/* SwiftUI */
Color(red: 0.294, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#4b2421")Accessibility — WCAG contrast
Aa
#4b2421 on white: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2421 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow56.0%
Key (black)70.6%
Color previews
#4b2421 text on a black background
contrast 1.57:1
Card sample
#4b2421 text on a white background
contrast 13.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2421;
Background color
Panel with #4b2421 background
background-color: #4b2421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2421; background: linear-gradient(135deg, #4b2421, #4B4021);