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