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