#d50fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
213, 15, 223
HSL
297°, 87%, 47%
CMYK
5, 93, 0, 13
Luminance
0.1982
Every format
| HEX | #d50fdf |
| RGB | rgb(213, 15, 223) |
| HSL | hsl(297, 87%, 47%) |
| CMYK | cmyk(5%, 93%, 0%, 13%) |
| LAB | lab(51.6 86.1 -57.2) |
| LCH | lch(51.6 103.3 326.4) |
| OKLCH | oklch(0.622 0.284 325.8) |
Copy-ready code
/* CSS */
color: #d50fdf;
background-color: #d50fdf;
/* Tailwind (arbitrary) */
class="text-[#d50fdf] bg-[#d50fdf]"
/* SCSS */
$brand: #d50fdf;
/* SwiftUI */
Color(red: 0.835, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#d50fdf")Accessibility — WCAG contrast
Aa
#d50fdf on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d50fdf on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green5.9%
Blue87.5%
CMYK percentages
Cyan4.5%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#d50fdf text on a black background
contrast 4.96:1
Card sample
#d50fdf text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d50fdf;
Background color
Panel with #d50fdf background
background-color: #d50fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d50fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d50fdf; background: linear-gradient(135deg, #d50fdf, #DF0F5E);