#db0dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 13, 253
HSL
292°, 98%, 52%
CMYK
13, 95, 0, 1
Luminance
0.2244
Every format
| HEX | #db0dfd |
| RGB | rgb(219, 13, 253) |
| HSL | hsl(292, 98%, 52%) |
| CMYK | cmyk(13%, 95%, 0%, 1%) |
| LAB | lab(54.5 91.8 -69.4) |
| LCH | lch(54.5 115.1 322.9) |
| OKLCH | oklch(0.649 0.307 320.5) |
Copy-ready code
/* CSS */
color: #db0dfd;
background-color: #db0dfd;
/* Tailwind (arbitrary) */
class="text-[#db0dfd] bg-[#db0dfd]"
/* SCSS */
$brand: #db0dfd;
/* SwiftUI */
Color(red: 0.859, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#db0dfd")Accessibility — WCAG contrast
Aa
#db0dfd on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db0dfd on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green5.1%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#db0dfd text on a black background
contrast 5.49:1
Card sample
#db0dfd text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0dfd;
Background color
Panel with #db0dfd background
background-color: #db0dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0dfd; background: linear-gradient(135deg, #db0dfd, #FD0D7F);