#db2ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 47, 252
HSL
290°, 97%, 59%
CMYK
13, 81, 0, 1
Luminance
0.2412
Every format
| HEX | #db2ffc |
| RGB | rgb(219, 47, 252) |
| HSL | hsl(290, 97%, 59%) |
| CMYK | cmyk(13%, 81%, 0%, 1%) |
| LAB | lab(56.2 86.4 -66.1) |
| LCH | lch(56.2 108.7 322.6) |
| OKLCH | oklch(0.661 0.290 320.2) |
Copy-ready code
/* CSS */
color: #db2ffc;
background-color: #db2ffc;
/* Tailwind (arbitrary) */
class="text-[#db2ffc] bg-[#db2ffc]"
/* SCSS */
$brand: #db2ffc;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.988)
/* Android */
Color.parseColor("#db2ffc")Accessibility — WCAG contrast
Aa
#db2ffc on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2ffc on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue98.8%
CMYK percentages
Cyan13.1%
Magenta81.3%
Yellow0.0%
Key (black)1.2%
Color previews
#db2ffc text on a black background
contrast 5.82:1
Card sample
#db2ffc text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2ffc;
Background color
Panel with #db2ffc background
background-color: #db2ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2ffc; background: linear-gradient(135deg, #db2ffc, #FC2F94);