#440000
a deep, electric red · warm · closest name: maroon
RGB
68, 0, 0
HSL
0°, 100%, 13%
CMYK
0, 100, 100, 73
Luminance
0.0123
Every format
| HEX | #440000 |
| RGB | rgb(68, 0, 0) |
| HSL | hsl(0, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 100%, 73%) |
| LAB | lab(10.8 31.0 17.0) |
| LCH | lch(10.8 35.3 28.7) |
| OKLCH | oklch(0.243 0.100 29.2) |
Copy-ready code
/* CSS */
color: #440000;
background-color: #440000;
/* Tailwind (arbitrary) */
class="text-[#440000] bg-[#440000]"
/* SCSS */
$brand: #440000;
/* SwiftUI */
Color(red: 0.267, green: 0.000, blue: 0.000)
/* Android */
Color.parseColor("#440000")Accessibility — WCAG contrast
Aa
#440000 on white: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440000 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green0.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow100.0%
Key (black)73.3%
Color previews
#440000 text on a black background
contrast 1.25:1
Card sample
#440000 text on a white background
contrast 16.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440000;
Background color
Panel with #440000 background
background-color: #440000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 0, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 0, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440000; background: linear-gradient(135deg, #440000, #442D00);