#da2cf0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 44, 240
HSL
293°, 87%, 56%
CMYK
9, 82, 0, 6
Luminance
0.2300
Every format
| HEX | #da2cf0 |
| RGB | rgb(218, 44, 240) |
| HSL | hsl(293, 87%, 56%) |
| CMYK | cmyk(9%, 82%, 0%, 6%) |
| LAB | lab(55.1 84.9 -61.2) |
| LCH | lch(55.1 104.7 324.2) |
| OKLCH | oklch(0.650 0.283 322.8) |
Copy-ready code
/* CSS */
color: #da2cf0;
background-color: #da2cf0;
/* Tailwind (arbitrary) */
class="text-[#da2cf0] bg-[#da2cf0]"
/* SCSS */
$brand: #da2cf0;
/* SwiftUI */
Color(red: 0.855, green: 0.173, blue: 0.941)
/* Android */
Color.parseColor("#da2cf0")Accessibility — WCAG contrast
Aa
#da2cf0 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da2cf0 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green17.3%
Blue94.1%
CMYK percentages
Cyan9.2%
Magenta81.7%
Yellow0.0%
Key (black)5.9%
Color previews
#da2cf0 text on a black background
contrast 5.60:1
Card sample
#da2cf0 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da2cf0;
Background color
Panel with #da2cf0 background
background-color: #da2cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da2cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 44, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 44, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da2cf0; background: linear-gradient(135deg, #da2cf0, #F02C83);