#db0dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 13, 254
HSL
291°, 99%, 52%
CMYK
14, 95, 0, 0
Luminance
0.2250
Every format
| HEX | #db0dfe |
| RGB | rgb(219, 13, 254) |
| HSL | hsl(291, 99%, 52%) |
| CMYK | cmyk(14%, 95%, 0%, 0%) |
| LAB | lab(54.6 91.9 -69.9) |
| LCH | lch(54.6 115.5 322.8) |
| OKLCH | oklch(0.650 0.308 320.3) |
Copy-ready code
/* CSS */
color: #db0dfe;
background-color: #db0dfe;
/* Tailwind (arbitrary) */
class="text-[#db0dfe] bg-[#db0dfe]"
/* SCSS */
$brand: #db0dfe;
/* SwiftUI */
Color(red: 0.859, green: 0.051, blue: 0.996)
/* Android */
Color.parseColor("#db0dfe")Accessibility — WCAG contrast
Aa
#db0dfe on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db0dfe on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green5.1%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta94.9%
Yellow0.0%
Key (black)0.4%
Color previews
#db0dfe text on a black background
contrast 5.50:1
Card sample
#db0dfe text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0dfe;
Background color
Panel with #db0dfe background
background-color: #db0dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 13, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 13, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0dfe; background: linear-gradient(135deg, #db0dfe, #FE0D80);