#da4cf2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 76, 242
HSL
291°, 87%, 62%
CMYK
10, 69, 0, 5
Luminance
0.2649
Every format
| HEX | #da4cf2 |
| RGB | rgb(218, 76, 242) |
| HSL | hsl(291, 87%, 62%) |
| CMYK | cmyk(10%, 69%, 0%, 5%) |
| LAB | lab(58.5 75.7 -56.9) |
| LCH | lch(58.5 94.7 323.1) |
| OKLCH | oklch(0.675 0.255 321.5) |
Copy-ready code
/* CSS */
color: #da4cf2;
background-color: #da4cf2;
/* Tailwind (arbitrary) */
class="text-[#da4cf2] bg-[#da4cf2]"
/* SCSS */
$brand: #da4cf2;
/* SwiftUI */
Color(red: 0.855, green: 0.298, blue: 0.949)
/* Android */
Color.parseColor("#da4cf2")Accessibility — WCAG contrast
Aa
#da4cf2 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da4cf2 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green29.8%
Blue94.9%
CMYK percentages
Cyan9.9%
Magenta68.6%
Yellow0.0%
Key (black)5.1%
Color previews
#da4cf2 text on a black background
contrast 6.30:1
Card sample
#da4cf2 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da4cf2;
Background color
Panel with #da4cf2 background
background-color: #da4cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da4cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 76, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 76, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da4cf2; background: linear-gradient(135deg, #da4cf2, #F24C9C);