#441122
a deep, vivid magenta / pink · warm · closest name: black
RGB
68, 17, 34
HSL
340°, 60%, 17%
CMYK
0, 75, 50, 73
Luminance
0.0175
Every format
| HEX | #441122 |
| RGB | rgb(68, 17, 34) |
| HSL | hsl(340, 60%, 17%) |
| CMYK | cmyk(0%, 75%, 50%, 73%) |
| LAB | lab(14.1 26.1 1.9) |
| LCH | lch(14.1 26.1 4.2) |
| OKLCH | oklch(0.270 0.080 3.7) |
Copy-ready code
/* CSS */
color: #441122;
background-color: #441122;
/* Tailwind (arbitrary) */
class="text-[#441122] bg-[#441122]"
/* SCSS */
$brand: #441122;
/* SwiftUI */
Color(red: 0.267, green: 0.067, blue: 0.133)
/* Android */
Color.parseColor("#441122")Accessibility — WCAG contrast
Aa
#441122 on white: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441122 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green6.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow50.0%
Key (black)73.3%
Color previews
#441122 text on a black background
contrast 1.35:1
Card sample
#441122 text on a white background
contrast 15.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441122;
Background color
Panel with #441122 background
background-color: #441122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 17, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 17, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441122; background: linear-gradient(135deg, #441122, #442211);