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