#d92fd0
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
217, 47, 208
HSL
303°, 69%, 52%
CMYK
0, 78, 4, 15
Luminance
0.2134
Every format
| HEX | #d92fd0 |
| RGB | rgb(217, 47, 208) |
| HSL | hsl(303, 69%, 52%) |
| CMYK | cmyk(0%, 78%, 4%, 15%) |
| LAB | lab(53.3 79.0 -45.9) |
| LCH | lch(53.3 91.4 329.9) |
| OKLCH | oklch(0.632 0.258 330.6) |
Copy-ready code
/* CSS */
color: #d92fd0;
background-color: #d92fd0;
/* Tailwind (arbitrary) */
class="text-[#d92fd0] bg-[#d92fd0]"
/* SCSS */
$brand: #d92fd0;
/* SwiftUI */
Color(red: 0.851, green: 0.184, blue: 0.816)
/* Android */
Color.parseColor("#d92fd0")Accessibility — WCAG contrast
Aa
#d92fd0 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d92fd0 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green18.4%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow4.1%
Key (black)14.9%
Color previews
#d92fd0 text on a black background
contrast 5.27:1
Card sample
#d92fd0 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d92fd0;
Background color
Panel with #d92fd0 background
background-color: #d92fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d92fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 47, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 47, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d92fd0; background: linear-gradient(135deg, #d92fd0, #D92F5F);