#db0fd4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 15, 212
HSL
302°, 87%, 46%
CMYK
0, 93, 3, 14
Luminance
0.2016
Every format
| HEX | #db0fd4 |
| RGB | rgb(219, 15, 212) |
| HSL | hsl(302, 87%, 46%) |
| CMYK | cmyk(0%, 93%, 3%, 14%) |
| LAB | lab(52.0 85.4 -50.3) |
| LCH | lch(52.0 99.1 329.5) |
| OKLCH | oklch(0.624 0.279 330.1) |
Copy-ready code
/* CSS */
color: #db0fd4;
background-color: #db0fd4;
/* Tailwind (arbitrary) */
class="text-[#db0fd4] bg-[#db0fd4]"
/* SCSS */
$brand: #db0fd4;
/* SwiftUI */
Color(red: 0.859, green: 0.059, blue: 0.831)
/* Android */
Color.parseColor("#db0fd4")Accessibility — WCAG contrast
Aa
#db0fd4 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db0fd4 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green5.9%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow3.2%
Key (black)14.1%
Color previews
#db0fd4 text on a black background
contrast 5.03:1
Card sample
#db0fd4 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0fd4;
Background color
Panel with #db0fd4 background
background-color: #db0fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 15, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 15, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0fd4; background: linear-gradient(135deg, #db0fd4, #DB0F4C);