#d322eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
211, 34, 235
HSL
293°, 83%, 53%
CMYK
10, 86, 0, 8
Luminance
0.2099
Every format
| HEX | #d322eb |
| RGB | rgb(211, 34, 235) |
| HSL | hsl(293, 83%, 53%) |
| CMYK | cmyk(10%, 86%, 0%, 8%) |
| LAB | lab(52.9 85.0 -61.9) |
| LCH | lch(52.9 105.1 323.9) |
| OKLCH | oklch(0.632 0.284 322.3) |
Copy-ready code
/* CSS */
color: #d322eb;
background-color: #d322eb;
/* Tailwind (arbitrary) */
class="text-[#d322eb] bg-[#d322eb]"
/* SCSS */
$brand: #d322eb;
/* SwiftUI */
Color(red: 0.827, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#d322eb")Accessibility — WCAG contrast
Aa
#d322eb on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d322eb on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green13.3%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#d322eb text on a black background
contrast 5.20:1
Card sample
#d322eb text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d322eb;
Background color
Panel with #d322eb background
background-color: #d322eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d322eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d322eb; background: linear-gradient(135deg, #d322eb, #EB227D);