#d628eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
214, 40, 235
HSL
294°, 83%, 54%
CMYK
9, 83, 0, 8
Luminance
0.2181
Every format
| HEX | #d628eb |
| RGB | rgb(214, 40, 235) |
| HSL | hsl(294, 83%, 54%) |
| CMYK | cmyk(9%, 83%, 0%, 8%) |
| LAB | lab(53.8 84.3 -60.5) |
| LCH | lch(53.8 103.7 324.3) |
| OKLCH | oklch(0.640 0.281 323.0) |
Copy-ready code
/* CSS */
color: #d628eb;
background-color: #d628eb;
/* Tailwind (arbitrary) */
class="text-[#d628eb] bg-[#d628eb]"
/* SCSS */
$brand: #d628eb;
/* SwiftUI */
Color(red: 0.839, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#d628eb")Accessibility — WCAG contrast
Aa
#d628eb on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d628eb on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green15.7%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#d628eb text on a black background
contrast 5.36:1
Card sample
#d628eb text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d628eb;
Background color
Panel with #d628eb background
background-color: #d628eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d628eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d628eb; background: linear-gradient(135deg, #d628eb, #EB287E);