#da2dfe
a balanced, electric violet · warm · closest name: magenta
RGB
218, 45, 254
HSL
290°, 99%, 59%
CMYK
14, 82, 0, 0
Luminance
0.2394
Every format
| HEX | #da2dfe |
| RGB | rgb(218, 45, 254) |
| HSL | hsl(290, 99%, 59%) |
| CMYK | cmyk(14%, 82%, 0%, 0%) |
| LAB | lab(56.0 87.0 -67.5) |
| LCH | lch(56.0 110.1 322.2) |
| OKLCH | oklch(0.660 0.293 319.6) |
Copy-ready code
/* CSS */
color: #da2dfe;
background-color: #da2dfe;
/* Tailwind (arbitrary) */
class="text-[#da2dfe] bg-[#da2dfe]"
/* SCSS */
$brand: #da2dfe;
/* SwiftUI */
Color(red: 0.855, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#da2dfe")Accessibility — WCAG contrast
Aa
#da2dfe on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da2dfe on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green17.6%
Blue99.6%
CMYK percentages
Cyan14.2%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#da2dfe text on a black background
contrast 5.79:1
Card sample
#da2dfe text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da2dfe;
Background color
Panel with #da2dfe background
background-color: #da2dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da2dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da2dfe; background: linear-gradient(135deg, #da2dfe, #FE2D96);