#460430
a deep, electric magenta / pink · warm · closest name: black
RGB
70, 4, 48
HSL
320°, 89%, 15%
CMYK
0, 94, 31, 73
Luminance
0.0160
Every format
| HEX | #460430 |
| RGB | rgb(70, 4, 48) |
| HSL | hsl(320, 89%, 15%) |
| CMYK | cmyk(0%, 94%, 31%, 73%) |
| LAB | lab(13.3 33.7 -9.6) |
| LCH | lch(13.3 35.1 344.1) |
| OKLCH | oklch(0.266 0.106 346.1) |
Copy-ready code
/* CSS */
color: #460430;
background-color: #460430;
/* Tailwind (arbitrary) */
class="text-[#460430] bg-[#460430]"
/* SCSS */
$brand: #460430;
/* SwiftUI */
Color(red: 0.275, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#460430")Accessibility — WCAG contrast
Aa
#460430 on white: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#460430 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green1.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta94.3%
Yellow31.4%
Key (black)72.5%
Color previews
#460430 text on a black background
contrast 1.32:1
Card sample
#460430 text on a white background
contrast 15.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #460430;
Background color
Panel with #460430 background
background-color: #460430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #460430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #460430; background: linear-gradient(135deg, #460430, #460404);