#d962eb
a light, electric magenta / pink · warm · closest name: violet
RGB
217, 98, 235
HSL
292°, 77%, 65%
CMYK
8, 58, 0, 8
Luminance
0.2949
Every format
| HEX | #d962eb |
| RGB | rgb(217, 98, 235) |
| HSL | hsl(292, 77%, 65%) |
| CMYK | cmyk(8%, 58%, 0%, 8%) |
| LAB | lab(61.2 65.3 -48.6) |
| LCH | lch(61.2 81.4 323.3) |
| OKLCH | oklch(0.693 0.221 322.2) |
Copy-ready code
/* CSS */
color: #d962eb;
background-color: #d962eb;
/* Tailwind (arbitrary) */
class="text-[#d962eb] bg-[#d962eb]"
/* SCSS */
$brand: #d962eb;
/* SwiftUI */
Color(red: 0.851, green: 0.384, blue: 0.922)
/* Android */
Color.parseColor("#d962eb")Accessibility — WCAG contrast
Aa
#d962eb on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d962eb on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green38.4%
Blue92.2%
CMYK percentages
Cyan7.7%
Magenta58.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d962eb text on a black background
contrast 6.90:1
Card sample
#d962eb text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d962eb;
Background color
Panel with #d962eb background
background-color: #d962eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d962eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 98, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 98, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d962eb; background: linear-gradient(135deg, #d962eb, #EB62A2);