#da2fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 47, 226
HSL
297°, 76%, 54%
CMYK
4, 79, 0, 11
Luminance
0.2243
Every format
| HEX | #da2fe2 |
| RGB | rgb(218, 47, 226) |
| HSL | hsl(297, 76%, 54%) |
| CMYK | cmyk(4%, 79%, 0%, 11%) |
| LAB | lab(54.5 82.0 -54.3) |
| LCH | lch(54.5 98.3 326.5) |
| OKLCH | oklch(0.644 0.271 326.1) |
Copy-ready code
/* CSS */
color: #da2fe2;
background-color: #da2fe2;
/* Tailwind (arbitrary) */
class="text-[#da2fe2] bg-[#da2fe2]"
/* SCSS */
$brand: #da2fe2;
/* SwiftUI */
Color(red: 0.855, green: 0.184, blue: 0.886)
/* Android */
Color.parseColor("#da2fe2")Accessibility — WCAG contrast
Aa
#da2fe2 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da2fe2 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green18.4%
Blue88.6%
CMYK percentages
Cyan3.5%
Magenta79.2%
Yellow0.0%
Key (black)11.4%
Color previews
#da2fe2 text on a black background
contrast 5.49:1
Card sample
#da2fe2 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da2fe2;
Background color
Panel with #da2fe2 background
background-color: #da2fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da2fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 47, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 47, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da2fe2; background: linear-gradient(135deg, #da2fe2, #E22F73);