#db68f2
a light, electric magenta / pink · warm · closest name: violet
RGB
219, 104, 242
HSL
290°, 84%, 68%
CMYK
10, 57, 0, 5
Luminance
0.3137
Every format
| HEX | #db68f2 |
| RGB | rgb(219, 104, 242) |
| HSL | hsl(290, 84%, 68%) |
| CMYK | cmyk(10%, 57%, 0%, 5%) |
| LAB | lab(62.8 64.4 -50.0) |
| LCH | lch(62.8 81.5 322.2) |
| OKLCH | oklch(0.707 0.219 320.7) |
Copy-ready code
/* CSS */
color: #db68f2;
background-color: #db68f2;
/* Tailwind (arbitrary) */
class="text-[#db68f2] bg-[#db68f2]"
/* SCSS */
$brand: #db68f2;
/* SwiftUI */
Color(red: 0.859, green: 0.408, blue: 0.949)
/* Android */
Color.parseColor("#db68f2")Accessibility — WCAG contrast
Aa
#db68f2 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db68f2 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green40.8%
Blue94.9%
CMYK percentages
Cyan9.5%
Magenta57.0%
Yellow0.0%
Key (black)5.1%
Color previews
#db68f2 text on a black background
contrast 7.27:1
Card sample
#db68f2 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db68f2;
Background color
Panel with #db68f2 background
background-color: #db68f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db68f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 104, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 104, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db68f2; background: linear-gradient(135deg, #db68f2, #F268AD);