#440c01
a deep, electric red · warm · closest name: maroon
RGB
68, 12, 1
HSL
10°, 97%, 14%
CMYK
0, 82, 99, 73
Luminance
0.0149
Every format
| HEX | #440c01 |
| RGB | rgb(68, 12, 1) |
| HSL | hsl(10, 97%, 14%) |
| CMYK | cmyk(0%, 82%, 99%, 73%) |
| LAB | lab(12.6 26.0 19.0) |
| LCH | lch(12.6 32.2 36.3) |
| OKLCH | oklch(0.256 0.088 34.9) |
Copy-ready code
/* CSS */
color: #440c01;
background-color: #440c01;
/* Tailwind (arbitrary) */
class="text-[#440c01] bg-[#440c01]"
/* SCSS */
$brand: #440c01;
/* SwiftUI */
Color(red: 0.267, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#440c01")Accessibility — WCAG contrast
Aa
#440c01 on white: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440c01 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow98.5%
Key (black)73.3%
Color previews
#440c01 text on a black background
contrast 1.30:1
Card sample
#440c01 text on a white background
contrast 16.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440c01;
Background color
Panel with #440c01 background
background-color: #440c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440c01; background: linear-gradient(135deg, #440c01, #443901);