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