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