#da1cf2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 28, 242
HSL
293°, 89%, 53%
CMYK
10, 88, 0, 5
Luminance
0.2215
Every format
| HEX | #da1cf2 |
| RGB | rgb(218, 28, 242) |
| HSL | hsl(293, 89%, 53%) |
| CMYK | cmyk(10%, 88%, 0%, 5%) |
| LAB | lab(54.2 88.2 -63.8) |
| LCH | lch(54.2 108.8 324.1) |
| OKLCH | oklch(0.645 0.294 322.5) |
Copy-ready code
/* CSS */
color: #da1cf2;
background-color: #da1cf2;
/* Tailwind (arbitrary) */
class="text-[#da1cf2] bg-[#da1cf2]"
/* SCSS */
$brand: #da1cf2;
/* SwiftUI */
Color(red: 0.855, green: 0.110, blue: 0.949)
/* Android */
Color.parseColor("#da1cf2")Accessibility — WCAG contrast
Aa
#da1cf2 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da1cf2 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green11.0%
Blue94.9%
CMYK percentages
Cyan9.9%
Magenta88.4%
Yellow0.0%
Key (black)5.1%
Color previews
#da1cf2 text on a black background
contrast 5.43:1
Card sample
#da1cf2 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da1cf2;
Background color
Panel with #da1cf2 background
background-color: #da1cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da1cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 28, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 28, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da1cf2; background: linear-gradient(135deg, #da1cf2, #F21C7B);