#db4cf6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 76, 246
HSL
291°, 90%, 63%
CMYK
11, 69, 0, 4
Luminance
0.2688
Every format
| HEX | #db4cf6 |
| RGB | rgb(219, 76, 246) |
| HSL | hsl(291, 90%, 63%) |
| CMYK | cmyk(11%, 69%, 0%, 4%) |
| LAB | lab(58.9 76.7 -58.5) |
| LCH | lch(58.9 96.4 322.7) |
| OKLCH | oklch(0.679 0.259 320.8) |
Copy-ready code
/* CSS */
color: #db4cf6;
background-color: #db4cf6;
/* Tailwind (arbitrary) */
class="text-[#db4cf6] bg-[#db4cf6]"
/* SCSS */
$brand: #db4cf6;
/* SwiftUI */
Color(red: 0.859, green: 0.298, blue: 0.965)
/* Android */
Color.parseColor("#db4cf6")Accessibility — WCAG contrast
Aa
#db4cf6 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4cf6 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green29.8%
Blue96.5%
CMYK percentages
Cyan11.0%
Magenta69.1%
Yellow0.0%
Key (black)3.5%
Color previews
#db4cf6 text on a black background
contrast 6.38:1
Card sample
#db4cf6 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4cf6;
Background color
Panel with #db4cf6 background
background-color: #db4cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 76, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 76, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4cf6; background: linear-gradient(135deg, #db4cf6, #F64C9F);