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