#521430
a deep, vivid magenta / pink · warm · closest name: black
RGB
82, 20, 48
HSL
333°, 61%, 20%
CMYK
0, 76, 42, 68
Luminance
0.0251
Every format
| HEX | #521430 |
| RGB | rgb(82, 20, 48) |
| HSL | hsl(333, 61%, 20%) |
| CMYK | cmyk(0%, 76%, 42%, 68%) |
| LAB | lab(18.0 31.3 -2.2) |
| LCH | lch(18.0 31.4 355.9) |
| OKLCH | oklch(0.305 0.096 356.7) |
Copy-ready code
/* CSS */
color: #521430;
background-color: #521430;
/* Tailwind (arbitrary) */
class="text-[#521430] bg-[#521430]"
/* SCSS */
$brand: #521430;
/* SwiftUI */
Color(red: 0.322, green: 0.078, blue: 0.188)
/* Android */
Color.parseColor("#521430")Accessibility — WCAG contrast
Aa
#521430 on white: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#521430 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green7.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow41.5%
Key (black)67.8%
Color previews
#521430 text on a black background
contrast 1.50:1
Card sample
#521430 text on a white background
contrast 13.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #521430;
Background color
Panel with #521430 background
background-color: #521430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #521430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 20, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 20, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #521430; background: linear-gradient(135deg, #521430, #522114);