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