#d91cfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
217, 28, 253
HSL
290°, 98%, 55%
CMYK
14, 89, 0, 1
Luminance
0.2267
Every format
| HEX | #d91cfd |
| RGB | rgb(217, 28, 253) |
| HSL | hsl(290, 98%, 55%) |
| CMYK | cmyk(14%, 89%, 0%, 1%) |
| LAB | lab(54.7 89.8 -69.0) |
| LCH | lch(54.7 113.3 322.5) |
| OKLCH | oklch(0.650 0.301 319.8) |
Copy-ready code
/* CSS */
color: #d91cfd;
background-color: #d91cfd;
/* Tailwind (arbitrary) */
class="text-[#d91cfd] bg-[#d91cfd]"
/* SCSS */
$brand: #d91cfd;
/* SwiftUI */
Color(red: 0.851, green: 0.110, blue: 0.992)
/* Android */
Color.parseColor("#d91cfd")Accessibility — WCAG contrast
Aa
#d91cfd on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d91cfd on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green11.0%
Blue99.2%
CMYK percentages
Cyan14.2%
Magenta88.9%
Yellow0.0%
Key (black)0.8%
Color previews
#d91cfd text on a black background
contrast 5.53:1
Card sample
#d91cfd text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d91cfd;
Background color
Panel with #d91cfd background
background-color: #d91cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d91cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 28, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 28, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d91cfd; background: linear-gradient(135deg, #d91cfd, #FD1C8B);