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