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