#d347eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
211, 71, 235
HSL
291°, 80%, 60%
CMYK
10, 70, 0, 8
Luminance
0.2435
Every format
| HEX | #d347eb |
| RGB | rgb(211, 71, 235) |
| HSL | hsl(291, 80%, 60%) |
| CMYK | cmyk(10%, 70%, 0%, 8%) |
| LAB | lab(56.4 74.9 -56.3) |
| LCH | lch(56.4 93.7 323.1) |
| OKLCH | oklch(0.657 0.252 321.4) |
Copy-ready code
/* CSS */
color: #d347eb;
background-color: #d347eb;
/* Tailwind (arbitrary) */
class="text-[#d347eb] bg-[#d347eb]"
/* SCSS */
$brand: #d347eb;
/* SwiftUI */
Color(red: 0.827, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#d347eb")Accessibility — WCAG contrast
Aa
#d347eb on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d347eb on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green27.8%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d347eb text on a black background
contrast 5.87:1
Card sample
#d347eb text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d347eb;
Background color
Panel with #d347eb background
background-color: #d347eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d347eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d347eb; background: linear-gradient(135deg, #d347eb, #EB4796);