#db1fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 31, 239
HSL
294°, 87%, 53%
CMYK
8, 87, 0, 6
Luminance
0.2227
Every format
| HEX | #db1fef |
| RGB | rgb(219, 31, 239) |
| HSL | hsl(294, 87%, 53%) |
| CMYK | cmyk(8%, 87%, 0%, 6%) |
| LAB | lab(54.3 87.4 -61.9) |
| LCH | lch(54.3 107.1 324.7) |
| OKLCH | oklch(0.645 0.291 323.4) |
Copy-ready code
/* CSS */
color: #db1fef;
background-color: #db1fef;
/* Tailwind (arbitrary) */
class="text-[#db1fef] bg-[#db1fef]"
/* SCSS */
$brand: #db1fef;
/* SwiftUI */
Color(red: 0.859, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#db1fef")Accessibility — WCAG contrast
Aa
#db1fef on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db1fef on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green12.2%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta87.0%
Yellow0.0%
Key (black)6.3%
Color previews
#db1fef text on a black background
contrast 5.45:1
Card sample
#db1fef text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db1fef;
Background color
Panel with #db1fef background
background-color: #db1fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db1fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db1fef; background: linear-gradient(135deg, #db1fef, #EF1F78);