#d40fd4
a dark, electric magenta / pink · warm · closest name: magenta
RGB
212, 15, 212
HSL
300°, 87%, 45%
CMYK
0, 93, 0, 17
Luminance
0.1909
Every format
| HEX | #d40fd4 |
| RGB | rgb(212, 15, 212) |
| HSL | hsl(300, 87%, 45%) |
| CMYK | cmyk(0%, 93%, 0%, 17%) |
| LAB | lab(50.8 84.3 -52.3) |
| LCH | lch(50.8 99.2 328.2) |
| OKLCH | oklch(0.613 0.277 328.3) |
Copy-ready code
/* CSS */
color: #d40fd4;
background-color: #d40fd4;
/* Tailwind (arbitrary) */
class="text-[#d40fd4] bg-[#d40fd4]"
/* SCSS */
$brand: #d40fd4;
/* SwiftUI */
Color(red: 0.831, green: 0.059, blue: 0.831)
/* Android */
Color.parseColor("#d40fd4")Accessibility — WCAG contrast
Aa
#d40fd4 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d40fd4 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green5.9%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow0.0%
Key (black)16.9%
Color previews
#d40fd4 text on a black background
contrast 4.82:1
Card sample
#d40fd4 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d40fd4;
Background color
Panel with #d40fd4 background
background-color: #d40fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d40fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 15, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 15, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d40fd4; background: linear-gradient(135deg, #d40fd4, #D40F51);