#d329eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
211, 41, 235
HSL
293°, 83%, 54%
CMYK
10, 83, 0, 8
Luminance
0.2143
Every format
| HEX | #d329eb |
| RGB | rgb(211, 41, 235) |
| HSL | hsl(293, 83%, 54%) |
| CMYK | cmyk(10%, 83%, 0%, 8%) |
| LAB | lab(53.4 83.6 -61.1) |
| LCH | lch(53.4 103.5 323.8) |
| OKLCH | oklch(0.636 0.279 322.2) |
Copy-ready code
/* CSS */
color: #d329eb;
background-color: #d329eb;
/* Tailwind (arbitrary) */
class="text-[#d329eb] bg-[#d329eb]"
/* SCSS */
$brand: #d329eb;
/* SwiftUI */
Color(red: 0.827, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#d329eb")Accessibility — WCAG contrast
Aa
#d329eb on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d329eb on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green16.1%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#d329eb text on a black background
contrast 5.29:1
Card sample
#d329eb text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d329eb;
Background color
Panel with #d329eb background
background-color: #d329eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d329eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d329eb; background: linear-gradient(135deg, #d329eb, #EB2982);