#d91fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
217, 31, 223
HSL
298°, 76%, 50%
CMYK
3, 86, 0, 13
Luminance
0.2106
Every format
| HEX | #d91fdf |
| RGB | rgb(217, 31, 223) |
| HSL | hsl(298, 76%, 50%) |
| CMYK | cmyk(3%, 86%, 0%, 13%) |
| LAB | lab(53.0 84.6 -55.0) |
| LCH | lch(53.0 100.9 327.0) |
| OKLCH | oklch(0.632 0.279 326.7) |
Copy-ready code
/* CSS */
color: #d91fdf;
background-color: #d91fdf;
/* Tailwind (arbitrary) */
class="text-[#d91fdf] bg-[#d91fdf]"
/* SCSS */
$brand: #d91fdf;
/* SwiftUI */
Color(red: 0.851, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#d91fdf")Accessibility — WCAG contrast
Aa
#d91fdf on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d91fdf on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green12.2%
Blue87.5%
CMYK percentages
Cyan2.7%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#d91fdf text on a black background
contrast 5.21:1
Card sample
#d91fdf text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d91fdf;
Background color
Panel with #d91fdf background
background-color: #d91fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d91fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d91fdf; background: linear-gradient(135deg, #d91fdf, #DF1F65);