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