#db63f2
a light, electric magenta / pink · warm · closest name: violet
RGB
219, 99, 242
HSL
290°, 85%, 67%
CMYK
10, 59, 0, 5
Luminance
0.3039
Every format
| HEX | #db63f2 |
| RGB | rgb(219, 99, 242) |
| HSL | hsl(290, 85%, 67%) |
| CMYK | cmyk(10%, 59%, 0%, 5%) |
| LAB | lab(62.0 66.6 -51.3) |
| LCH | lch(62.0 84.1 322.4) |
| OKLCH | oklch(0.701 0.226 320.9) |
Copy-ready code
/* CSS */
color: #db63f2;
background-color: #db63f2;
/* Tailwind (arbitrary) */
class="text-[#db63f2] bg-[#db63f2]"
/* SCSS */
$brand: #db63f2;
/* SwiftUI */
Color(red: 0.859, green: 0.388, blue: 0.949)
/* Android */
Color.parseColor("#db63f2")Accessibility — WCAG contrast
Aa
#db63f2 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db63f2 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green38.8%
Blue94.9%
CMYK percentages
Cyan9.5%
Magenta59.1%
Yellow0.0%
Key (black)5.1%
Color previews
#db63f2 text on a black background
contrast 7.08:1
Card sample
#db63f2 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db63f2;
Background color
Panel with #db63f2 background
background-color: #db63f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db63f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 99, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 99, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db63f2; background: linear-gradient(135deg, #db63f2, #F263AA);