#da13fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 19, 253
HSL
291°, 98%, 53%
CMYK
14, 93, 0, 1
Luminance
0.2246
Every format
| HEX | #da13fd |
| RGB | rgb(218, 19, 253) |
| HSL | hsl(291, 98%, 53%) |
| CMYK | cmyk(14%, 93%, 0%, 1%) |
| LAB | lab(54.5 91.1 -69.4) |
| LCH | lch(54.5 114.5 322.7) |
| OKLCH | oklch(0.649 0.305 320.2) |
Copy-ready code
/* CSS */
color: #da13fd;
background-color: #da13fd;
/* Tailwind (arbitrary) */
class="text-[#da13fd] bg-[#da13fd]"
/* SCSS */
$brand: #da13fd;
/* SwiftUI */
Color(red: 0.855, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#da13fd")Accessibility — WCAG contrast
Aa
#da13fd on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da13fd on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green7.5%
Blue99.2%
CMYK percentages
Cyan13.8%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#da13fd text on a black background
contrast 5.49:1
Card sample
#da13fd text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da13fd;
Background color
Panel with #da13fd background
background-color: #da13fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da13fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da13fd; background: linear-gradient(135deg, #da13fd, #FD1384);