#db2fee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 47, 238
HSL
294°, 85%, 56%
CMYK
8, 80, 0, 7
Luminance
0.2327
Every format
| HEX | #db2fee |
| RGB | rgb(219, 47, 238) |
| HSL | hsl(294, 85%, 56%) |
| CMYK | cmyk(8%, 80%, 0%, 7%) |
| LAB | lab(55.4 84.1 -59.6) |
| LCH | lch(55.4 103.1 324.6) |
| OKLCH | oklch(0.652 0.280 323.4) |
Copy-ready code
/* CSS */
color: #db2fee;
background-color: #db2fee;
/* Tailwind (arbitrary) */
class="text-[#db2fee] bg-[#db2fee]"
/* SCSS */
$brand: #db2fee;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.933)
/* Android */
Color.parseColor("#db2fee")Accessibility — WCAG contrast
Aa
#db2fee on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2fee on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue93.3%
CMYK percentages
Cyan8.0%
Magenta80.3%
Yellow0.0%
Key (black)6.7%
Color previews
#db2fee text on a black background
contrast 5.65:1
Card sample
#db2fee text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2fee;
Background color
Panel with #db2fee background
background-color: #db2fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2fee; background: linear-gradient(135deg, #db2fee, #EE2F82);