#db62eb
a light, electric magenta / pink · warm · closest name: violet
RGB
219, 98, 235
HSL
293°, 77%, 65%
CMYK
7, 58, 0, 8
Luminance
0.2979
Every format
| HEX | #db62eb |
| RGB | rgb(219, 98, 235) |
| HSL | hsl(293, 77%, 65%) |
| CMYK | cmyk(7%, 58%, 0%, 8%) |
| LAB | lab(61.5 65.8 -48.2) |
| LCH | lch(61.5 81.6 323.8) |
| OKLCH | oklch(0.696 0.222 322.8) |
Copy-ready code
/* CSS */
color: #db62eb;
background-color: #db62eb;
/* Tailwind (arbitrary) */
class="text-[#db62eb] bg-[#db62eb]"
/* SCSS */
$brand: #db62eb;
/* SwiftUI */
Color(red: 0.859, green: 0.384, blue: 0.922)
/* Android */
Color.parseColor("#db62eb")Accessibility — WCAG contrast
Aa
#db62eb on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db62eb on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green38.4%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta58.3%
Yellow0.0%
Key (black)7.8%
Color previews
#db62eb text on a black background
contrast 6.96:1
Card sample
#db62eb text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db62eb;
Background color
Panel with #db62eb background
background-color: #db62eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db62eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 98, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 98, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db62eb; background: linear-gradient(135deg, #db62eb, #EB62A0);