#d91fd9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
217, 31, 217
HSL
300°, 75%, 49%
CMYK
0, 86, 0, 15
Luminance
0.2074
Every format
| HEX | #d91fd9 |
| RGB | rgb(217, 31, 217) |
| HSL | hsl(300, 75%, 49%) |
| CMYK | cmyk(0%, 86%, 0%, 15%) |
| LAB | lab(52.7 83.7 -52.1) |
| LCH | lch(52.7 98.6 328.1) |
| OKLCH | oklch(0.629 0.275 328.3) |
Copy-ready code
/* CSS */
color: #d91fd9;
background-color: #d91fd9;
/* Tailwind (arbitrary) */
class="text-[#d91fd9] bg-[#d91fd9]"
/* SCSS */
$brand: #d91fd9;
/* SwiftUI */
Color(red: 0.851, green: 0.122, blue: 0.851)
/* Android */
Color.parseColor("#d91fd9")Accessibility — WCAG contrast
Aa
#d91fd9 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d91fd9 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green12.2%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow0.0%
Key (black)14.9%
Color previews
#d91fd9 text on a black background
contrast 5.15:1
Card sample
#d91fd9 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d91fd9;
Background color
Panel with #d91fd9 background
background-color: #d91fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d91fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 31, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 31, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d91fd9; background: linear-gradient(135deg, #d91fd9, #D91F5D);