#db0cf9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 12, 249
HSL
292°, 95%, 51%
CMYK
12, 95, 0, 2
Luminance
0.2216
Every format
| HEX | #db0cf9 |
| RGB | rgb(219, 12, 249) |
| HSL | hsl(292, 95%, 51%) |
| CMYK | cmyk(12%, 95%, 0%, 2%) |
| LAB | lab(54.2 91.2 -67.7) |
| LCH | lch(54.2 113.6 323.4) |
| OKLCH | oklch(0.647 0.304 321.4) |
Copy-ready code
/* CSS */
color: #db0cf9;
background-color: #db0cf9;
/* Tailwind (arbitrary) */
class="text-[#db0cf9] bg-[#db0cf9]"
/* SCSS */
$brand: #db0cf9;
/* SwiftUI */
Color(red: 0.859, green: 0.047, blue: 0.976)
/* Android */
Color.parseColor("#db0cf9")Accessibility — WCAG contrast
Aa
#db0cf9 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db0cf9 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green4.7%
Blue97.6%
CMYK percentages
Cyan12.0%
Magenta95.2%
Yellow0.0%
Key (black)2.4%
Color previews
#db0cf9 text on a black background
contrast 5.43:1
Card sample
#db0cf9 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0cf9;
Background color
Panel with #db0cf9 background
background-color: #db0cf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0cf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 12, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 12, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0cf9; background: linear-gradient(135deg, #db0cf9, #F90C79);