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