#d751eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
215, 81, 235
HSL
292°, 79%, 62%
CMYK
9, 66, 0, 8
Luminance
0.2633
Every format
| HEX | #d751eb |
| RGB | rgb(215, 81, 235) |
| HSL | hsl(292, 79%, 62%) |
| CMYK | cmyk(9%, 66%, 0%, 8%) |
| LAB | lab(58.4 72.0 -53.2) |
| LCH | lch(58.4 89.5 323.5) |
| OKLCH | oklch(0.672 0.242 322.2) |
Copy-ready code
/* CSS */
color: #d751eb;
background-color: #d751eb;
/* Tailwind (arbitrary) */
class="text-[#d751eb] bg-[#d751eb]"
/* SCSS */
$brand: #d751eb;
/* SwiftUI */
Color(red: 0.843, green: 0.318, blue: 0.922)
/* Android */
Color.parseColor("#d751eb")Accessibility — WCAG contrast
Aa
#d751eb on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d751eb on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green31.8%
Blue92.2%
CMYK percentages
Cyan8.5%
Magenta65.5%
Yellow0.0%
Key (black)7.8%
Color previews
#d751eb text on a black background
contrast 6.27:1
Card sample
#d751eb text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d751eb;
Background color
Panel with #d751eb background
background-color: #d751eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d751eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 81, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 81, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d751eb; background: linear-gradient(135deg, #d751eb, #EB5198);