#441a21
a deep, soft red · warm · closest name: black
RGB
68, 26, 33
HSL
350°, 45%, 18%
CMYK
0, 62, 52, 73
Luminance
0.0208
Every format
| HEX | #441a21 |
| RGB | rgb(68, 26, 33) |
| HSL | hsl(350, 45%, 18%) |
| CMYK | cmyk(0%, 62%, 52%, 73%) |
| LAB | lab(15.9 21.1 5.2) |
| LCH | lch(15.9 21.7 13.9) |
| OKLCH | oklch(0.283 0.065 11.9) |
Copy-ready code
/* CSS */
color: #441a21;
background-color: #441a21;
/* Tailwind (arbitrary) */
class="text-[#441a21] bg-[#441a21]"
/* SCSS */
$brand: #441a21;
/* SwiftUI */
Color(red: 0.267, green: 0.102, blue: 0.129)
/* Android */
Color.parseColor("#441a21")Accessibility — WCAG contrast
Aa
#441a21 on white: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441a21 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green10.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow51.5%
Key (black)73.3%
Color previews
#441a21 text on a black background
contrast 1.42:1
Card sample
#441a21 text on a white background
contrast 14.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441a21;
Background color
Panel with #441a21 background
background-color: #441a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 26, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 26, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441a21; background: linear-gradient(135deg, #441a21, #442F1A);