#d613fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
214, 19, 253
HSL
290°, 98%, 53%
CMYK
15, 93, 0, 1
Luminance
0.2185
Every format
| HEX | #d613fd |
| RGB | rgb(214, 19, 253) |
| HSL | hsl(290, 98%, 53%) |
| CMYK | cmyk(15%, 93%, 0%, 1%) |
| LAB | lab(53.9 90.5 -70.5) |
| LCH | lch(53.9 114.7 322.1) |
| OKLCH | oklch(0.644 0.304 319.2) |
Copy-ready code
/* CSS */
color: #d613fd;
background-color: #d613fd;
/* Tailwind (arbitrary) */
class="text-[#d613fd] bg-[#d613fd]"
/* SCSS */
$brand: #d613fd;
/* SwiftUI */
Color(red: 0.839, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#d613fd")Accessibility — WCAG contrast
Aa
#d613fd on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d613fd on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green7.5%
Blue99.2%
CMYK percentages
Cyan15.4%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#d613fd text on a black background
contrast 5.37:1
Card sample
#d613fd text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d613fd;
Background color
Panel with #d613fd background
background-color: #d613fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d613fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d613fd; background: linear-gradient(135deg, #d613fd, #FD1388);