#d92fd8
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
217, 47, 216
HSL
300°, 69%, 52%
CMYK
0, 78, 1, 15
Luminance
0.2174
Every format
| HEX | #d92fd8 |
| RGB | rgb(217, 47, 216) |
| HSL | hsl(300, 69%, 52%) |
| CMYK | cmyk(0%, 78%, 1%, 15%) |
| LAB | lab(53.8 80.2 -49.8) |
| LCH | lch(53.8 94.4 328.2) |
| OKLCH | oklch(0.636 0.264 328.4) |
Copy-ready code
/* CSS */
color: #d92fd8;
background-color: #d92fd8;
/* Tailwind (arbitrary) */
class="text-[#d92fd8] bg-[#d92fd8]"
/* SCSS */
$brand: #d92fd8;
/* SwiftUI */
Color(red: 0.851, green: 0.184, blue: 0.847)
/* Android */
Color.parseColor("#d92fd8")Accessibility — WCAG contrast
Aa
#d92fd8 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d92fd8 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green18.4%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow0.5%
Key (black)14.9%
Color previews
#d92fd8 text on a black background
contrast 5.35:1
Card sample
#d92fd8 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d92fd8;
Background color
Panel with #d92fd8 background
background-color: #d92fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d92fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 47, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 47, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d92fd8; background: linear-gradient(135deg, #d92fd8, #D92F67);