#d718eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
215, 24, 235
HSL
294°, 84%, 51%
CMYK
9, 90, 0, 8
Luminance
0.2110
Every format
| HEX | #d718eb |
| RGB | rgb(215, 24, 235) |
| HSL | hsl(294, 84%, 51%) |
| CMYK | cmyk(9%, 90%, 0%, 8%) |
| LAB | lab(53.1 87.2 -61.7) |
| LCH | lch(53.1 106.8 324.7) |
| OKLCH | oklch(0.634 0.290 323.4) |
Copy-ready code
/* CSS */
color: #d718eb;
background-color: #d718eb;
/* Tailwind (arbitrary) */
class="text-[#d718eb] bg-[#d718eb]"
/* SCSS */
$brand: #d718eb;
/* SwiftUI */
Color(red: 0.843, green: 0.094, blue: 0.922)
/* Android */
Color.parseColor("#d718eb")Accessibility — WCAG contrast
Aa
#d718eb on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d718eb on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green9.4%
Blue92.2%
CMYK percentages
Cyan8.5%
Magenta89.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d718eb text on a black background
contrast 5.22:1
Card sample
#d718eb text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d718eb;
Background color
Panel with #d718eb background
background-color: #d718eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d718eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 24, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 24, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d718eb; background: linear-gradient(135deg, #d718eb, #EB1872);