#da2cfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 44, 253
HSL
290°, 98%, 58%
CMYK
14, 83, 0, 1
Luminance
0.2380
Every format
| HEX | #da2cfd |
| RGB | rgb(218, 44, 253) |
| HSL | hsl(290, 98%, 58%) |
| CMYK | cmyk(14%, 83%, 0%, 1%) |
| LAB | lab(55.9 87.0 -67.2) |
| LCH | lch(55.9 109.9 322.3) |
| OKLCH | oklch(0.659 0.293 319.8) |
Copy-ready code
/* CSS */
color: #da2cfd;
background-color: #da2cfd;
/* Tailwind (arbitrary) */
class="text-[#da2cfd] bg-[#da2cfd]"
/* SCSS */
$brand: #da2cfd;
/* SwiftUI */
Color(red: 0.855, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#da2cfd")Accessibility — WCAG contrast
Aa
#da2cfd on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da2cfd on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green17.3%
Blue99.2%
CMYK percentages
Cyan13.8%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#da2cfd text on a black background
contrast 5.76:1
Card sample
#da2cfd text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da2cfd;
Background color
Panel with #da2cfd background
background-color: #da2cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da2cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da2cfd; background: linear-gradient(135deg, #da2cfd, #FD2C94);