#db2dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 45, 253
HSL
290°, 98%, 58%
CMYK
13, 82, 0, 1
Luminance
0.2403
Every format
| HEX | #db2dfd |
| RGB | rgb(219, 45, 253) |
| HSL | hsl(290, 98%, 58%) |
| CMYK | cmyk(13%, 82%, 0%, 1%) |
| LAB | lab(56.1 87.0 -66.8) |
| LCH | lch(56.1 109.7 322.5) |
| OKLCH | oklch(0.661 0.292 320.1) |
Copy-ready code
/* CSS */
color: #db2dfd;
background-color: #db2dfd;
/* Tailwind (arbitrary) */
class="text-[#db2dfd] bg-[#db2dfd]"
/* SCSS */
$brand: #db2dfd;
/* SwiftUI */
Color(red: 0.859, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#db2dfd")Accessibility — WCAG contrast
Aa
#db2dfd on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2dfd on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green17.6%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#db2dfd text on a black background
contrast 5.81:1
Card sample
#db2dfd text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2dfd;
Background color
Panel with #db2dfd background
background-color: #db2dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2dfd; background: linear-gradient(135deg, #db2dfd, #FD2D94);