#d952eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
217, 82, 235
HSL
293°, 79%, 62%
CMYK
8, 65, 0, 8
Luminance
0.2678
Every format
| HEX | #d952eb |
| RGB | rgb(217, 82, 235) |
| HSL | hsl(293, 79%, 62%) |
| CMYK | cmyk(8%, 65%, 0%, 8%) |
| LAB | lab(58.8 72.0 -52.5) |
| LCH | lch(58.8 89.1 323.9) |
| OKLCH | oklch(0.676 0.242 322.8) |
Copy-ready code
/* CSS */
color: #d952eb;
background-color: #d952eb;
/* Tailwind (arbitrary) */
class="text-[#d952eb] bg-[#d952eb]"
/* SCSS */
$brand: #d952eb;
/* SwiftUI */
Color(red: 0.851, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#d952eb")Accessibility — WCAG contrast
Aa
#d952eb on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d952eb on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green32.2%
Blue92.2%
CMYK percentages
Cyan7.7%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d952eb text on a black background
contrast 6.36:1
Card sample
#d952eb text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d952eb;
Background color
Panel with #d952eb background
background-color: #d952eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d952eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d952eb; background: linear-gradient(135deg, #d952eb, #EB5297);