#db2dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 45, 254
HSL
290°, 99%, 59%
CMYK
14, 82, 0, 0
Luminance
0.2409
Every format
| HEX | #db2dfe |
| RGB | rgb(219, 45, 254) |
| HSL | hsl(290, 99%, 59%) |
| CMYK | cmyk(14%, 82%, 0%, 0%) |
| LAB | lab(56.2 87.2 -67.2) |
| LCH | lch(56.2 110.1 322.3) |
| OKLCH | oklch(0.661 0.293 319.9) |
Copy-ready code
/* CSS */
color: #db2dfe;
background-color: #db2dfe;
/* Tailwind (arbitrary) */
class="text-[#db2dfe] bg-[#db2dfe]"
/* SCSS */
$brand: #db2dfe;
/* SwiftUI */
Color(red: 0.859, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#db2dfe")Accessibility — WCAG contrast
Aa
#db2dfe on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2dfe on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green17.6%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#db2dfe text on a black background
contrast 5.82:1
Card sample
#db2dfe text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2dfe;
Background color
Panel with #db2dfe background
background-color: #db2dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2dfe; background: linear-gradient(135deg, #db2dfe, #FE2D95);