#db4cef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 76, 239
HSL
293°, 84%, 62%
CMYK
8, 68, 0, 6
Luminance
0.2646
Every format
| HEX | #db4cef |
| RGB | rgb(219, 76, 239) |
| HSL | hsl(293, 84%, 62%) |
| CMYK | cmyk(8%, 68%, 0%, 6%) |
| LAB | lab(58.5 75.4 -55.2) |
| LCH | lch(58.5 93.5 323.8) |
| OKLCH | oklch(0.675 0.253 322.5) |
Copy-ready code
/* CSS */
color: #db4cef;
background-color: #db4cef;
/* Tailwind (arbitrary) */
class="text-[#db4cef] bg-[#db4cef]"
/* SCSS */
$brand: #db4cef;
/* SwiftUI */
Color(red: 0.859, green: 0.298, blue: 0.937)
/* Android */
Color.parseColor("#db4cef")Accessibility — WCAG contrast
Aa
#db4cef on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4cef on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green29.8%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta68.2%
Yellow0.0%
Key (black)6.3%
Color previews
#db4cef text on a black background
contrast 6.29:1
Card sample
#db4cef text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4cef;
Background color
Panel with #db4cef background
background-color: #db4cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 76, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 76, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4cef; background: linear-gradient(135deg, #db4cef, #EF4C97);