#db2feb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 47, 235
HSL
295°, 83%, 55%
CMYK
7, 80, 0, 8
Luminance
0.2309
Every format
| HEX | #db2feb |
| RGB | rgb(219, 47, 235) |
| HSL | hsl(295, 83%, 55%) |
| CMYK | cmyk(7%, 80%, 0%, 8%) |
| LAB | lab(55.2 83.6 -58.3) |
| LCH | lch(55.2 101.9 325.1) |
| OKLCH | oklch(0.651 0.278 324.2) |
Copy-ready code
/* CSS */
color: #db2feb;
background-color: #db2feb;
/* Tailwind (arbitrary) */
class="text-[#db2feb] bg-[#db2feb]"
/* SCSS */
$brand: #db2feb;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.922)
/* Android */
Color.parseColor("#db2feb")Accessibility — WCAG contrast
Aa
#db2feb on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2feb on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta80.0%
Yellow0.0%
Key (black)7.8%
Color previews
#db2feb text on a black background
contrast 5.62:1
Card sample
#db2feb text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2feb;
Background color
Panel with #db2feb background
background-color: #db2feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2feb; background: linear-gradient(135deg, #db2feb, #EB2F7E);