#441c13
a deep, vivid red · warm · closest name: black
RGB
68, 28, 19
HSL
11°, 56%, 17%
CMYK
0, 59, 72, 73
Luminance
0.0211
Every format
| HEX | #441c13 |
| RGB | rgb(68, 28, 19) |
| HSL | hsl(11, 56%, 17%) |
| CMYK | cmyk(0%, 59%, 72%, 73%) |
| LAB | lab(16.0 18.4 15.2) |
| LCH | lch(16.0 23.9 39.5) |
| OKLCH | oklch(0.283 0.064 34.0) |
Copy-ready code
/* CSS */
color: #441c13;
background-color: #441c13;
/* Tailwind (arbitrary) */
class="text-[#441c13] bg-[#441c13]"
/* SCSS */
$brand: #441c13;
/* SwiftUI */
Color(red: 0.267, green: 0.110, blue: 0.075)
/* Android */
Color.parseColor("#441c13")Accessibility — WCAG contrast
Aa
#441c13 on white: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441c13 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green11.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow72.1%
Key (black)73.3%
Color previews
#441c13 text on a black background
contrast 1.42:1
Card sample
#441c13 text on a white background
contrast 14.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441c13;
Background color
Panel with #441c13 background
background-color: #441c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 28, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 28, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441c13; background: linear-gradient(135deg, #441c13, #443D13);