#db0fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 15, 223
HSL
299°, 87%, 47%
CMYK
2, 93, 0, 13
Luminance
0.2073
Every format
| HEX | #db0fdf |
| RGB | rgb(219, 15, 223) |
| HSL | hsl(299, 87%, 47%) |
| CMYK | cmyk(2%, 93%, 0%, 13%) |
| LAB | lab(52.7 87.0 -55.5) |
| LCH | lch(52.7 103.2 327.5) |
| OKLCH | oklch(0.631 0.286 327.3) |
Copy-ready code
/* CSS */
color: #db0fdf;
background-color: #db0fdf;
/* Tailwind (arbitrary) */
class="text-[#db0fdf] bg-[#db0fdf]"
/* SCSS */
$brand: #db0fdf;
/* SwiftUI */
Color(red: 0.859, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#db0fdf")Accessibility — WCAG contrast
Aa
#db0fdf on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db0fdf on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green5.9%
Blue87.5%
CMYK percentages
Cyan1.8%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#db0fdf text on a black background
contrast 5.15:1
Card sample
#db0fdf text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0fdf;
Background color
Panel with #db0fdf background
background-color: #db0fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0fdf; background: linear-gradient(135deg, #db0fdf, #DF0F59);