#da2dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 45, 251
HSL
290°, 96%, 58%
CMYK
13, 82, 0, 2
Luminance
0.2375
Every format
| HEX | #da2dfb |
| RGB | rgb(218, 45, 251) |
| HSL | hsl(290, 96%, 58%) |
| CMYK | cmyk(13%, 82%, 0%, 2%) |
| LAB | lab(55.8 86.5 -66.1) |
| LCH | lch(55.8 108.9 322.6) |
| OKLCH | oklch(0.658 0.291 320.3) |
Copy-ready code
/* CSS */
color: #da2dfb;
background-color: #da2dfb;
/* Tailwind (arbitrary) */
class="text-[#da2dfb] bg-[#da2dfb]"
/* SCSS */
$brand: #da2dfb;
/* SwiftUI */
Color(red: 0.855, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#da2dfb")Accessibility — WCAG contrast
Aa
#da2dfb on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da2dfb on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green17.6%
Blue98.4%
CMYK percentages
Cyan13.1%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#da2dfb text on a black background
contrast 5.75:1
Card sample
#da2dfb text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da2dfb;
Background color
Panel with #da2dfb background
background-color: #da2dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da2dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da2dfb; background: linear-gradient(135deg, #da2dfb, #FB2D93);