#db2ff7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 47, 247
HSL
292°, 93%, 58%
CMYK
11, 81, 0, 3
Luminance
0.2381
Every format
| HEX | #db2ff7 |
| RGB | rgb(219, 47, 247) |
| HSL | hsl(292, 93%, 58%) |
| CMYK | cmyk(11%, 81%, 0%, 3%) |
| LAB | lab(55.9 85.5 -63.8) |
| LCH | lch(55.9 106.7 323.3) |
| OKLCH | oklch(0.658 0.287 321.4) |
Copy-ready code
/* CSS */
color: #db2ff7;
background-color: #db2ff7;
/* Tailwind (arbitrary) */
class="text-[#db2ff7] bg-[#db2ff7]"
/* SCSS */
$brand: #db2ff7;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.969)
/* Android */
Color.parseColor("#db2ff7")Accessibility — WCAG contrast
Aa
#db2ff7 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2ff7 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue96.9%
CMYK percentages
Cyan11.3%
Magenta81.0%
Yellow0.0%
Key (black)3.1%
Color previews
#db2ff7 text on a black background
contrast 5.76:1
Card sample
#db2ff7 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2ff7;
Background color
Panel with #db2ff7 background
background-color: #db2ff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2ff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2ff7; background: linear-gradient(135deg, #db2ff7, #F72F8E);