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