#db0ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 14, 241
HSL
294°, 89%, 50%
CMYK
9, 94, 0, 6
Luminance
0.2173
Every format
| HEX | #db0ef1 |
| RGB | rgb(219, 14, 241) |
| HSL | hsl(294, 89%, 50%) |
| CMYK | cmyk(9%, 94%, 0%, 6%) |
| LAB | lab(53.7 89.8 -63.9) |
| LCH | lch(53.7 110.3 324.6) |
| OKLCH | oklch(0.642 0.299 323.1) |
Copy-ready code
/* CSS */
color: #db0ef1;
background-color: #db0ef1;
/* Tailwind (arbitrary) */
class="text-[#db0ef1] bg-[#db0ef1]"
/* SCSS */
$brand: #db0ef1;
/* SwiftUI */
Color(red: 0.859, green: 0.055, blue: 0.945)
/* Android */
Color.parseColor("#db0ef1")Accessibility — WCAG contrast
Aa
#db0ef1 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db0ef1 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green5.5%
Blue94.5%
CMYK percentages
Cyan9.1%
Magenta94.2%
Yellow0.0%
Key (black)5.5%
Color previews
#db0ef1 text on a black background
contrast 5.35:1
Card sample
#db0ef1 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0ef1;
Background color
Panel with #db0ef1 background
background-color: #db0ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 14, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 14, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0ef1; background: linear-gradient(135deg, #db0ef1, #F10E70);