#db1dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 29, 253
HSL
291°, 98%, 55%
CMYK
13, 89, 0, 1
Luminance
0.2303
Every format
| HEX | #db1dfd |
| RGB | rgb(219, 29, 253) |
| HSL | hsl(291, 98%, 55%) |
| CMYK | cmyk(13%, 89%, 0%, 1%) |
| LAB | lab(55.1 90.0 -68.4) |
| LCH | lch(55.1 113.0 322.7) |
| OKLCH | oklch(0.654 0.301 320.3) |
Copy-ready code
/* CSS */
color: #db1dfd;
background-color: #db1dfd;
/* Tailwind (arbitrary) */
class="text-[#db1dfd] bg-[#db1dfd]"
/* SCSS */
$brand: #db1dfd;
/* SwiftUI */
Color(red: 0.859, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#db1dfd")Accessibility — WCAG contrast
Aa
#db1dfd on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db1dfd on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green11.4%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#db1dfd text on a black background
contrast 5.61:1
Card sample
#db1dfd text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db1dfd;
Background color
Panel with #db1dfd background
background-color: #db1dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db1dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db1dfd; background: linear-gradient(135deg, #db1dfd, #FD1D8A);