#d815eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
216, 21, 235
HSL
295°, 84%, 50%
CMYK
8, 91, 0, 8
Luminance
0.2113
Every format
| HEX | #d815eb |
| RGB | rgb(216, 21, 235) |
| HSL | hsl(295, 84%, 50%) |
| CMYK | cmyk(8%, 91%, 0%, 8%) |
| LAB | lab(53.1 87.7 -61.6) |
| LCH | lch(53.1 107.2 324.9) |
| OKLCH | oklch(0.635 0.291 323.7) |
Copy-ready code
/* CSS */
color: #d815eb;
background-color: #d815eb;
/* Tailwind (arbitrary) */
class="text-[#d815eb] bg-[#d815eb]"
/* SCSS */
$brand: #d815eb;
/* SwiftUI */
Color(red: 0.847, green: 0.082, blue: 0.922)
/* Android */
Color.parseColor("#d815eb")Accessibility — WCAG contrast
Aa
#d815eb on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d815eb on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green8.2%
Blue92.2%
CMYK percentages
Cyan8.1%
Magenta91.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d815eb text on a black background
contrast 5.23:1
Card sample
#d815eb text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d815eb;
Background color
Panel with #d815eb background
background-color: #d815eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d815eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 21, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 21, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d815eb; background: linear-gradient(135deg, #d815eb, #EB156F);