#441821
a deep, vivid red · warm · closest name: black
RGB
68, 24, 33
HSL
348°, 48%, 18%
CMYK
0, 65, 52, 73
Luminance
0.0199
Every format
| HEX | #441821 |
| RGB | rgb(68, 24, 33) |
| HSL | hsl(348, 48%, 18%) |
| CMYK | cmyk(0%, 65%, 52%, 73%) |
| LAB | lab(15.4 22.2 4.6) |
| LCH | lch(15.4 22.7 11.6) |
| OKLCH | oklch(0.280 0.068 10.0) |
Copy-ready code
/* CSS */
color: #441821;
background-color: #441821;
/* Tailwind (arbitrary) */
class="text-[#441821] bg-[#441821]"
/* SCSS */
$brand: #441821;
/* SwiftUI */
Color(red: 0.267, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#441821")Accessibility — WCAG contrast
Aa
#441821 on white: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441821 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow51.5%
Key (black)73.3%
Color previews
#441821 text on a black background
contrast 1.40:1
Card sample
#441821 text on a white background
contrast 15.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441821;
Background color
Panel with #441821 background
background-color: #441821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441821; background: linear-gradient(135deg, #441821, #442C18);