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