#450430
a deep, electric magenta / pink · warm · closest name: black
RGB
69, 4, 48
HSL
319°, 89%, 14%
CMYK
0, 94, 30, 73
Luminance
0.0157
Every format
| HEX | #450430 |
| RGB | rgb(69, 4, 48) |
| HSL | hsl(319, 89%, 14%) |
| CMYK | cmyk(0%, 94%, 30%, 73%) |
| LAB | lab(13.0 33.5 -9.9) |
| LCH | lch(13.0 34.9 343.4) |
| OKLCH | oklch(0.264 0.105 345.4) |
Copy-ready code
/* CSS */
color: #450430;
background-color: #450430;
/* Tailwind (arbitrary) */
class="text-[#450430] bg-[#450430]"
/* SCSS */
$brand: #450430;
/* SwiftUI */
Color(red: 0.271, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#450430")Accessibility — WCAG contrast
Aa
#450430 on white: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#450430 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green1.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta94.2%
Yellow30.4%
Key (black)72.9%
Color previews
#450430 text on a black background
contrast 1.31:1
Card sample
#450430 text on a white background
contrast 15.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #450430;
Background color
Panel with #450430 background
background-color: #450430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #450430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #450430; background: linear-gradient(135deg, #450430, #450405);