#db4cf4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 76, 244
HSL
291°, 88%, 63%
CMYK
10, 69, 0, 4
Luminance
0.2676
Every format
| HEX | #db4cf4 |
| RGB | rgb(219, 76, 244) |
| HSL | hsl(291, 88%, 63%) |
| CMYK | cmyk(10%, 69%, 0%, 4%) |
| LAB | lab(58.8 76.3 -57.5) |
| LCH | lch(58.8 95.6 323.0) |
| OKLCH | oklch(0.678 0.257 321.3) |
Copy-ready code
/* CSS */
color: #db4cf4;
background-color: #db4cf4;
/* Tailwind (arbitrary) */
class="text-[#db4cf4] bg-[#db4cf4]"
/* SCSS */
$brand: #db4cf4;
/* SwiftUI */
Color(red: 0.859, green: 0.298, blue: 0.957)
/* Android */
Color.parseColor("#db4cf4")Accessibility — WCAG contrast
Aa
#db4cf4 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4cf4 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green29.8%
Blue95.7%
CMYK percentages
Cyan10.2%
Magenta68.9%
Yellow0.0%
Key (black)4.3%
Color previews
#db4cf4 text on a black background
contrast 6.35:1
Card sample
#db4cf4 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4cf4;
Background color
Panel with #db4cf4 background
background-color: #db4cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 76, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 76, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4cf4; background: linear-gradient(135deg, #db4cf4, #F44C9D);