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