#db3ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 62, 241
HSL
293°, 87%, 59%
CMYK
9, 74, 0, 6
Luminance
0.2486
Every format
| HEX | #db3ef1 |
| RGB | rgb(219, 62, 241) |
| HSL | hsl(293, 87%, 59%) |
| CMYK | cmyk(9%, 74%, 0%, 6%) |
| LAB | lab(56.9 80.5 -58.8) |
| LCH | lch(56.9 99.7 323.8) |
| OKLCH | oklch(0.664 0.270 322.4) |
Copy-ready code
/* CSS */
color: #db3ef1;
background-color: #db3ef1;
/* Tailwind (arbitrary) */
class="text-[#db3ef1] bg-[#db3ef1]"
/* SCSS */
$brand: #db3ef1;
/* SwiftUI */
Color(red: 0.859, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#db3ef1")Accessibility — WCAG contrast
Aa
#db3ef1 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3ef1 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.3%
Blue94.5%
CMYK percentages
Cyan9.1%
Magenta74.3%
Yellow0.0%
Key (black)5.5%
Color previews
#db3ef1 text on a black background
contrast 5.97:1
Card sample
#db3ef1 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3ef1;
Background color
Panel with #db3ef1 background
background-color: #db3ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3ef1; background: linear-gradient(135deg, #db3ef1, #F13E90);