#290421
a deep, electric magenta / pink · warm · closest name: black
RGB
41, 4, 33
HSL
313°, 82%, 9%
CMYK
0, 90, 20, 84
Luminance
0.0067
Every format
| HEX | #290421 |
| RGB | rgb(41, 4, 33) |
| HSL | hsl(313, 82%, 9%) |
| CMYK | cmyk(0%, 90%, 20%, 84%) |
| LAB | lab(6.0 22.5 -10.0) |
| LCH | lch(6.0 24.6 336.1) |
| OKLCH | oklch(0.198 0.074 337.9) |
Copy-ready code
/* CSS */
color: #290421;
background-color: #290421;
/* Tailwind (arbitrary) */
class="text-[#290421] bg-[#290421]"
/* SCSS */
$brand: #290421;
/* SwiftUI */
Color(red: 0.161, green: 0.016, blue: 0.129)
/* Android */
Color.parseColor("#290421")Accessibility — WCAG contrast
Aa
#290421 on white: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290421 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green1.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow19.5%
Key (black)83.9%
Color previews
#290421 text on a black background
contrast 1.13:1
Card sample
#290421 text on a white background
contrast 18.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290421;
Background color
Panel with #290421 background
background-color: #290421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 4, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 4, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290421; background: linear-gradient(135deg, #290421, #290408);