#44110c
a deep, vivid red · warm · closest name: black
RGB
68, 17, 12
HSL
5°, 70%, 16%
CMYK
0, 75, 82, 73
Luminance
0.0166
Every format
| HEX | #44110c |
| RGB | rgb(68, 17, 12) |
| HSL | hsl(5, 70%, 16%) |
| CMYK | cmyk(0%, 75%, 82%, 73%) |
| LAB | lab(13.6 24.2 15.8) |
| LCH | lch(13.6 28.9 33.3) |
| OKLCH | oklch(0.264 0.080 29.1) |
Copy-ready code
/* CSS */
color: #44110c;
background-color: #44110c;
/* Tailwind (arbitrary) */
class="text-[#44110c] bg-[#44110c]"
/* SCSS */
$brand: #44110c;
/* SwiftUI */
Color(red: 0.267, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#44110c")Accessibility — WCAG contrast
Aa
#44110c on white: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44110c on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow82.4%
Key (black)73.3%
Color previews
#44110c text on a black background
contrast 1.33:1
Card sample
#44110c text on a white background
contrast 15.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44110c;
Background color
Panel with #44110c background
background-color: #44110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44110c; background: linear-gradient(135deg, #44110c, #44360C);