#d344eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
211, 68, 235
HSL
291°, 81%, 59%
CMYK
10, 71, 0, 8
Luminance
0.2398
Every format
| HEX | #d344eb |
| RGB | rgb(211, 68, 235) |
| HSL | hsl(291, 81%, 59%) |
| CMYK | cmyk(10%, 71%, 0%, 8%) |
| LAB | lab(56.1 75.9 -56.9) |
| LCH | lch(56.1 94.9 323.2) |
| OKLCH | oklch(0.655 0.256 321.5) |
Copy-ready code
/* CSS */
color: #d344eb;
background-color: #d344eb;
/* Tailwind (arbitrary) */
class="text-[#d344eb] bg-[#d344eb]"
/* SCSS */
$brand: #d344eb;
/* SwiftUI */
Color(red: 0.827, green: 0.267, blue: 0.922)
/* Android */
Color.parseColor("#d344eb")Accessibility — WCAG contrast
Aa
#d344eb on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d344eb on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green26.7%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta71.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d344eb text on a black background
contrast 5.80:1
Card sample
#d344eb text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d344eb;
Background color
Panel with #d344eb background
background-color: #d344eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d344eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 68, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 68, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d344eb; background: linear-gradient(135deg, #d344eb, #EB4494);