#d648eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
214, 72, 235
HSL
292°, 80%, 60%
CMYK
9, 69, 0, 8
Luminance
0.2493
Every format
| HEX | #d648eb |
| RGB | rgb(214, 72, 235) |
| HSL | hsl(292, 80%, 60%) |
| CMYK | cmyk(9%, 69%, 0%, 8%) |
| LAB | lab(57.0 75.1 -55.4) |
| LCH | lch(57.0 93.3 323.6) |
| OKLCH | oklch(0.662 0.252 322.2) |
Copy-ready code
/* CSS */
color: #d648eb;
background-color: #d648eb;
/* Tailwind (arbitrary) */
class="text-[#d648eb] bg-[#d648eb]"
/* SCSS */
$brand: #d648eb;
/* SwiftUI */
Color(red: 0.839, green: 0.282, blue: 0.922)
/* Android */
Color.parseColor("#d648eb")Accessibility — WCAG contrast
Aa
#d648eb on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d648eb on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green28.2%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta69.4%
Yellow0.0%
Key (black)7.8%
Color previews
#d648eb text on a black background
contrast 5.99:1
Card sample
#d648eb text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d648eb;
Background color
Panel with #d648eb background
background-color: #d648eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d648eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 72, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 72, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d648eb; background: linear-gradient(135deg, #d648eb, #EB4893);