#d91afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
217, 26, 253
HSL
291°, 98%, 55%
CMYK
14, 90, 0, 1
Luminance
0.2258
Every format
| HEX | #d91afd |
| RGB | rgb(217, 26, 253) |
| HSL | hsl(291, 98%, 55%) |
| CMYK | cmyk(14%, 90%, 0%, 1%) |
| LAB | lab(54.6 90.1 -69.2) |
| LCH | lch(54.6 113.6 322.5) |
| OKLCH | oklch(0.650 0.302 319.9) |
Copy-ready code
/* CSS */
color: #d91afd;
background-color: #d91afd;
/* Tailwind (arbitrary) */
class="text-[#d91afd] bg-[#d91afd]"
/* SCSS */
$brand: #d91afd;
/* SwiftUI */
Color(red: 0.851, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#d91afd")Accessibility — WCAG contrast
Aa
#d91afd on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d91afd on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green10.2%
Blue99.2%
CMYK percentages
Cyan14.2%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d91afd text on a black background
contrast 5.52:1
Card sample
#d91afd text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d91afd;
Background color
Panel with #d91afd background
background-color: #d91afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d91afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d91afd; background: linear-gradient(135deg, #d91afd, #FD1A8A);