#441c21
a deep, soft red · warm · closest name: black
RGB
68, 28, 33
HSL
353°, 42%, 19%
CMYK
0, 59, 52, 73
Luminance
0.0217
Every format
| HEX | #441c21 |
| RGB | rgb(68, 28, 33) |
| HSL | hsl(353, 42%, 19%) |
| CMYK | cmyk(0%, 59%, 52%, 73%) |
| LAB | lab(16.4 19.9 5.8) |
| LCH | lch(16.4 20.7 16.4) |
| OKLCH | oklch(0.287 0.062 14.0) |
Copy-ready code
/* CSS */
color: #441c21;
background-color: #441c21;
/* Tailwind (arbitrary) */
class="text-[#441c21] bg-[#441c21]"
/* SCSS */
$brand: #441c21;
/* SwiftUI */
Color(red: 0.267, green: 0.110, blue: 0.129)
/* Android */
Color.parseColor("#441c21")Accessibility — WCAG contrast
Aa
#441c21 on white: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441c21 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green11.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow51.5%
Key (black)73.3%
Color previews
#441c21 text on a black background
contrast 1.43:1
Card sample
#441c21 text on a white background
contrast 14.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441c21;
Background color
Panel with #441c21 background
background-color: #441c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 28, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 28, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441c21; background: linear-gradient(135deg, #441c21, #44321C);