#db69eb
a light, electric magenta / pink · warm · closest name: violet
RGB
219, 105, 235
HSL
293°, 77%, 67%
CMYK
7, 55, 0, 8
Luminance
0.3116
Every format
| HEX | #db69eb |
| RGB | rgb(219, 105, 235) |
| HSL | hsl(293, 77%, 67%) |
| CMYK | cmyk(7%, 55%, 0%, 8%) |
| LAB | lab(62.6 62.6 -46.4) |
| LCH | lch(62.6 77.9 323.5) |
| OKLCH | oklch(0.704 0.211 322.6) |
Copy-ready code
/* CSS */
color: #db69eb;
background-color: #db69eb;
/* Tailwind (arbitrary) */
class="text-[#db69eb] bg-[#db69eb]"
/* SCSS */
$brand: #db69eb;
/* SwiftUI */
Color(red: 0.859, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#db69eb")Accessibility — WCAG contrast
Aa
#db69eb on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db69eb on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green41.2%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#db69eb text on a black background
contrast 7.23:1
Card sample
#db69eb text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db69eb;
Background color
Panel with #db69eb background
background-color: #db69eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db69eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db69eb; background: linear-gradient(135deg, #db69eb, #EB69A4);