#db0fd8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 15, 216
HSL
301°, 87%, 46%
CMYK
0, 93, 1, 14
Luminance
0.2036
Every format
| HEX | #db0fd8 |
| RGB | rgb(219, 15, 216) |
| HSL | hsl(301, 87%, 46%) |
| CMYK | cmyk(0%, 93%, 1%, 14%) |
| LAB | lab(52.3 86.0 -52.2) |
| LCH | lch(52.3 100.6 328.8) |
| OKLCH | oklch(0.626 0.282 329.1) |
Copy-ready code
/* CSS */
color: #db0fd8;
background-color: #db0fd8;
/* Tailwind (arbitrary) */
class="text-[#db0fd8] bg-[#db0fd8]"
/* SCSS */
$brand: #db0fd8;
/* SwiftUI */
Color(red: 0.859, green: 0.059, blue: 0.847)
/* Android */
Color.parseColor("#db0fd8")Accessibility — WCAG contrast
Aa
#db0fd8 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db0fd8 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green5.9%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow1.4%
Key (black)14.1%
Color previews
#db0fd8 text on a black background
contrast 5.07:1
Card sample
#db0fd8 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0fd8;
Background color
Panel with #db0fd8 background
background-color: #db0fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 15, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 15, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0fd8; background: linear-gradient(135deg, #db0fd8, #DB0F50);