#290322
a deep, electric magenta / pink · warm · closest name: black
RGB
41, 3, 34
HSL
311°, 86%, 9%
CMYK
0, 93, 17, 84
Luminance
0.0065
Every format
| HEX | #290322 |
| RGB | rgb(41, 3, 34) |
| HSL | hsl(311, 86%, 9%) |
| CMYK | cmyk(0%, 93%, 17%, 84%) |
| LAB | lab(5.9 23.2 -11.0) |
| LCH | lch(5.9 25.7 334.7) |
| OKLCH | oklch(0.197 0.077 336.5) |
Copy-ready code
/* CSS */
color: #290322;
background-color: #290322;
/* Tailwind (arbitrary) */
class="text-[#290322] bg-[#290322]"
/* SCSS */
$brand: #290322;
/* SwiftUI */
Color(red: 0.161, green: 0.012, blue: 0.133)
/* Android */
Color.parseColor("#290322")Accessibility — WCAG contrast
Aa
#290322 on white: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290322 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green1.2%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow17.1%
Key (black)83.9%
Color previews
#290322 text on a black background
contrast 1.13:1
Card sample
#290322 text on a white background
contrast 18.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290322;
Background color
Panel with #290322 background
background-color: #290322;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290322;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 3, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 3, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290322; background: linear-gradient(135deg, #290322, #290309);