#d92fd4
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
217, 47, 212
HSL
302°, 69%, 52%
CMYK
0, 78, 2, 15
Luminance
0.2154
Every format
| HEX | #d92fd4 |
| RGB | rgb(217, 47, 212) |
| HSL | hsl(302, 69%, 52%) |
| CMYK | cmyk(0%, 78%, 2%, 15%) |
| LAB | lab(53.5 79.6 -47.9) |
| LCH | lch(53.5 92.9 329.0) |
| OKLCH | oklch(0.634 0.261 329.5) |
Copy-ready code
/* CSS */
color: #d92fd4;
background-color: #d92fd4;
/* Tailwind (arbitrary) */
class="text-[#d92fd4] bg-[#d92fd4]"
/* SCSS */
$brand: #d92fd4;
/* SwiftUI */
Color(red: 0.851, green: 0.184, blue: 0.831)
/* Android */
Color.parseColor("#d92fd4")Accessibility — WCAG contrast
Aa
#d92fd4 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d92fd4 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green18.4%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow2.3%
Key (black)14.9%
Color previews
#d92fd4 text on a black background
contrast 5.31:1
Card sample
#d92fd4 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d92fd4;
Background color
Panel with #d92fd4 background
background-color: #d92fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d92fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 47, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 47, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d92fd4; background: linear-gradient(135deg, #d92fd4, #D92F63);