#440821
a deep, electric magenta / pink · warm · closest name: black
RGB
68, 8, 33
HSL
335°, 79%, 15%
CMYK
0, 88, 52, 73
Luminance
0.0151
Every format
| HEX | #440821 |
| RGB | rgb(68, 8, 33) |
| HSL | hsl(335, 79%, 15%) |
| CMYK | cmyk(0%, 88%, 52%, 73%) |
| LAB | lab(12.7 29.8 0.6) |
| LCH | lch(12.7 29.8 1.2) |
| OKLCH | oklch(0.259 0.091 1.2) |
Copy-ready code
/* CSS */
color: #440821;
background-color: #440821;
/* Tailwind (arbitrary) */
class="text-[#440821] bg-[#440821]"
/* SCSS */
$brand: #440821;
/* SwiftUI */
Color(red: 0.267, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#440821")Accessibility — WCAG contrast
Aa
#440821 on white: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440821 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow51.5%
Key (black)73.3%
Color previews
#440821 text on a black background
contrast 1.30:1
Card sample
#440821 text on a white background
contrast 16.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440821;
Background color
Panel with #440821 background
background-color: #440821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440821; background: linear-gradient(135deg, #440821, #441708);