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