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