#d720eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
215, 32, 235
HSL
294°, 84%, 52%
CMYK
9, 86, 0, 8
Luminance
0.2148
Every format
| HEX | #d720eb |
| RGB | rgb(215, 32, 235) |
| HSL | hsl(294, 84%, 52%) |
| CMYK | cmyk(9%, 86%, 0%, 8%) |
| LAB | lab(53.5 86.0 -61.0) |
| LCH | lch(53.5 105.4 324.6) |
| OKLCH | oklch(0.637 0.286 323.3) |
Copy-ready code
/* CSS */
color: #d720eb;
background-color: #d720eb;
/* Tailwind (arbitrary) */
class="text-[#d720eb] bg-[#d720eb]"
/* SCSS */
$brand: #d720eb;
/* SwiftUI */
Color(red: 0.843, green: 0.125, blue: 0.922)
/* Android */
Color.parseColor("#d720eb")Accessibility — WCAG contrast
Aa
#d720eb on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d720eb on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green12.5%
Blue92.2%
CMYK percentages
Cyan8.5%
Magenta86.4%
Yellow0.0%
Key (black)7.8%
Color previews
#d720eb text on a black background
contrast 5.30:1
Card sample
#d720eb text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d720eb;
Background color
Panel with #d720eb background
background-color: #d720eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d720eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 32, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 32, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d720eb; background: linear-gradient(135deg, #d720eb, #EB2078);