#d960eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
217, 96, 235
HSL
292°, 78%, 65%
CMYK
8, 59, 0, 8
Luminance
0.2912
Every format
| HEX | #d960eb |
| RGB | rgb(217, 96, 235) |
| HSL | hsl(292, 78%, 65%) |
| CMYK | cmyk(8%, 59%, 0%, 8%) |
| LAB | lab(60.9 66.2 -49.2) |
| LCH | lch(60.9 82.5 323.4) |
| OKLCH | oklch(0.691 0.223 322.3) |
Copy-ready code
/* CSS */
color: #d960eb;
background-color: #d960eb;
/* Tailwind (arbitrary) */
class="text-[#d960eb] bg-[#d960eb]"
/* SCSS */
$brand: #d960eb;
/* SwiftUI */
Color(red: 0.851, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#d960eb")Accessibility — WCAG contrast
Aa
#d960eb on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d960eb on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green37.6%
Blue92.2%
CMYK percentages
Cyan7.7%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d960eb text on a black background
contrast 6.82:1
Card sample
#d960eb text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d960eb;
Background color
Panel with #d960eb background
background-color: #d960eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d960eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d960eb; background: linear-gradient(135deg, #d960eb, #EB60A0);