#d548fd
a balanced, electric violet · warm · closest name: magenta
RGB
213, 72, 253
HSL
287°, 98%, 64%
CMYK
16, 72, 0, 1
Luminance
0.2587
Every format
| HEX | #d548fd |
| RGB | rgb(213, 72, 253) |
| HSL | hsl(287, 98%, 64%) |
| CMYK | cmyk(16%, 72%, 0%, 1%) |
| LAB | lab(57.9 78.1 -63.9) |
| LCH | lch(57.9 101.0 320.7) |
| OKLCH | oklch(0.672 0.267 317.7) |
Copy-ready code
/* CSS */
color: #d548fd;
background-color: #d548fd;
/* Tailwind (arbitrary) */
class="text-[#d548fd] bg-[#d548fd]"
/* SCSS */
$brand: #d548fd;
/* SwiftUI */
Color(red: 0.835, green: 0.282, blue: 0.992)
/* Android */
Color.parseColor("#d548fd")Accessibility — WCAG contrast
Aa
#d548fd on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d548fd on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green28.2%
Blue99.2%
CMYK percentages
Cyan15.8%
Magenta71.5%
Yellow0.0%
Key (black)0.8%
Color previews
#d548fd text on a black background
contrast 6.17:1
Card sample
#d548fd text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d548fd;
Background color
Panel with #d548fd background
background-color: #d548fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d548fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 72, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 72, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d548fd; background: linear-gradient(135deg, #d548fd, #FD48AC);