#440022
a deep, electric magenta / pink · warm · closest name: black
RGB
68, 0, 34
HSL
330°, 100%, 13%
CMYK
0, 100, 50, 73
Luminance
0.0134
Every format
| HEX | #440022 |
| RGB | rgb(68, 0, 34) |
| HSL | hsl(330, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 50%, 73%) |
| LAB | lab(11.6 33.1 -1.8) |
| LCH | lch(11.6 33.2 357.0) |
| OKLCH | oklch(0.251 0.102 357.7) |
Copy-ready code
/* CSS */
color: #440022;
background-color: #440022;
/* Tailwind (arbitrary) */
class="text-[#440022] bg-[#440022]"
/* SCSS */
$brand: #440022;
/* SwiftUI */
Color(red: 0.267, green: 0.000, blue: 0.133)
/* Android */
Color.parseColor("#440022")Accessibility — WCAG contrast
Aa
#440022 on white: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440022 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green0.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow50.0%
Key (black)73.3%
Color previews
#440022 text on a black background
contrast 1.27:1
Card sample
#440022 text on a white background
contrast 16.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440022;
Background color
Panel with #440022 background
background-color: #440022;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440022;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 0, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 0, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440022; background: linear-gradient(135deg, #440022, #440B00);