#db2fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 47, 226
HSL
298°, 76%, 54%
CMYK
3, 79, 0, 11
Luminance
0.2258
Every format
| HEX | #db2fe2 |
| RGB | rgb(219, 47, 226) |
| HSL | hsl(298, 76%, 54%) |
| CMYK | cmyk(3%, 79%, 0%, 11%) |
| LAB | lab(54.6 82.2 -54.0) |
| LCH | lch(54.6 98.3 326.7) |
| OKLCH | oklch(0.645 0.272 326.4) |
Copy-ready code
/* CSS */
color: #db2fe2;
background-color: #db2fe2;
/* Tailwind (arbitrary) */
class="text-[#db2fe2] bg-[#db2fe2]"
/* SCSS */
$brand: #db2fe2;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.886)
/* Android */
Color.parseColor("#db2fe2")Accessibility — WCAG contrast
Aa
#db2fe2 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2fe2 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue88.6%
CMYK percentages
Cyan3.1%
Magenta79.2%
Yellow0.0%
Key (black)11.4%
Color previews
#db2fe2 text on a black background
contrast 5.52:1
Card sample
#db2fe2 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2fe2;
Background color
Panel with #db2fe2 background
background-color: #db2fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2fe2; background: linear-gradient(135deg, #db2fe2, #E22F71);