#db4fee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 79, 238
HSL
293°, 82%, 62%
CMYK
8, 67, 0, 7
Luminance
0.2683
Every format
| HEX | #db4fee |
| RGB | rgb(219, 79, 238) |
| HSL | hsl(293, 82%, 62%) |
| CMYK | cmyk(8%, 67%, 0%, 7%) |
| LAB | lab(58.8 74.1 -54.1) |
| LCH | lch(58.8 91.8 323.9) |
| OKLCH | oklch(0.677 0.249 322.7) |
Copy-ready code
/* CSS */
color: #db4fee;
background-color: #db4fee;
/* Tailwind (arbitrary) */
class="text-[#db4fee] bg-[#db4fee]"
/* SCSS */
$brand: #db4fee;
/* SwiftUI */
Color(red: 0.859, green: 0.310, blue: 0.933)
/* Android */
Color.parseColor("#db4fee")Accessibility — WCAG contrast
Aa
#db4fee on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4fee on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.0%
Blue93.3%
CMYK percentages
Cyan8.0%
Magenta66.8%
Yellow0.0%
Key (black)6.7%
Color previews
#db4fee text on a black background
contrast 6.37:1
Card sample
#db4fee text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4fee;
Background color
Panel with #db4fee background
background-color: #db4fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 79, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 79, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4fee; background: linear-gradient(135deg, #db4fee, #EE4F97);