#d41fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 31, 223
HSL
297°, 76%, 50%
CMYK
5, 86, 0, 13
Luminance
0.2030
Every format
| HEX | #d41fdf |
| RGB | rgb(212, 31, 223) |
| HSL | hsl(297, 76%, 50%) |
| CMYK | cmyk(5%, 86%, 0%, 13%) |
| LAB | lab(52.2 83.8 -56.3) |
| LCH | lch(52.2 101.0 326.1) |
| OKLCH | oklch(0.625 0.277 325.5) |
Copy-ready code
/* CSS */
color: #d41fdf;
background-color: #d41fdf;
/* Tailwind (arbitrary) */
class="text-[#d41fdf] bg-[#d41fdf]"
/* SCSS */
$brand: #d41fdf;
/* SwiftUI */
Color(red: 0.831, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#d41fdf")Accessibility — WCAG contrast
Aa
#d41fdf on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d41fdf on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green12.2%
Blue87.5%
CMYK percentages
Cyan4.9%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#d41fdf text on a black background
contrast 5.06:1
Card sample
#d41fdf text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d41fdf;
Background color
Panel with #d41fdf background
background-color: #d41fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d41fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d41fdf; background: linear-gradient(135deg, #d41fdf, #DF1F6A);