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