#441f13
a deep, vivid red · warm · closest name: black
RGB
68, 31, 19
HSL
15°, 56%, 17%
CMYK
0, 54, 72, 73
Luminance
0.0226
Every format
| HEX | #441f13 |
| RGB | rgb(68, 31, 19) |
| HSL | hsl(15, 56%, 17%) |
| CMYK | cmyk(0%, 54%, 72%, 73%) |
| LAB | lab(16.8 16.6 16.1) |
| LCH | lch(16.8 23.1 44.2) |
| OKLCH | oklch(0.289 0.061 38.6) |
Copy-ready code
/* CSS */
color: #441f13;
background-color: #441f13;
/* Tailwind (arbitrary) */
class="text-[#441f13] bg-[#441f13]"
/* SCSS */
$brand: #441f13;
/* SwiftUI */
Color(red: 0.267, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#441f13")Accessibility — WCAG contrast
Aa
#441f13 on white: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441f13 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow72.1%
Key (black)73.3%
Color previews
#441f13 text on a black background
contrast 1.45:1
Card sample
#441f13 text on a white background
contrast 14.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441f13;
Background color
Panel with #441f13 background
background-color: #441f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441f13; background: linear-gradient(135deg, #441f13, #444013);