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