#db68fd
a light, electric violet · warm · closest name: violet
RGB
219, 104, 253
HSL
286°, 97%, 70%
CMYK
13, 59, 0, 1
Luminance
0.3205
Every format
| HEX | #db68fd |
| RGB | rgb(219, 104, 253) |
| HSL | hsl(286, 97%, 70%) |
| CMYK | cmyk(13%, 59%, 0%, 1%) |
| LAB | lab(63.4 66.5 -55.1) |
| LCH | lch(63.4 86.4 320.3) |
| OKLCH | oklch(0.713 0.230 317.9) |
Copy-ready code
/* CSS */
color: #db68fd;
background-color: #db68fd;
/* Tailwind (arbitrary) */
class="text-[#db68fd] bg-[#db68fd]"
/* SCSS */
$brand: #db68fd;
/* SwiftUI */
Color(red: 0.859, green: 0.408, blue: 0.992)
/* Android */
Color.parseColor("#db68fd")Accessibility — WCAG contrast
Aa
#db68fd on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db68fd on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green40.8%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta58.9%
Yellow0.0%
Key (black)0.8%
Color previews
#db68fd text on a black background
contrast 7.41:1
Card sample
#db68fd text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db68fd;
Background color
Panel with #db68fd background
background-color: #db68fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db68fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 104, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 104, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db68fd; background: linear-gradient(135deg, #db68fd, #FD68BC);