#db70eb
a light, electric magenta / pink · warm · closest name: violet
RGB
219, 112, 235
HSL
292°, 76%, 68%
CMYK
7, 52, 0, 8
Luminance
0.3265
Every format
| HEX | #db70eb |
| RGB | rgb(219, 112, 235) |
| HSL | hsl(292, 76%, 68%) |
| CMYK | cmyk(7%, 52%, 0%, 8%) |
| LAB | lab(63.9 59.3 -44.4) |
| LCH | lch(63.9 74.1 323.2) |
| OKLCH | oklch(0.713 0.201 322.3) |
Copy-ready code
/* CSS */
color: #db70eb;
background-color: #db70eb;
/* Tailwind (arbitrary) */
class="text-[#db70eb] bg-[#db70eb]"
/* SCSS */
$brand: #db70eb;
/* SwiftUI */
Color(red: 0.859, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#db70eb")Accessibility — WCAG contrast
Aa
#db70eb on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db70eb on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green43.9%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#db70eb text on a black background
contrast 7.53:1
Card sample
#db70eb text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db70eb;
Background color
Panel with #db70eb background
background-color: #db70eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db70eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db70eb; background: linear-gradient(135deg, #db70eb, #EB70A9);