#db60fd
a light, electric violet · warm · closest name: violet
RGB
219, 96, 253
HSL
287°, 98%, 68%
CMYK
13, 62, 0, 1
Luminance
0.3052
Every format
| HEX | #db60fd |
| RGB | rgb(219, 96, 253) |
| HSL | hsl(287, 98%, 68%) |
| CMYK | cmyk(13%, 62%, 0%, 1%) |
| LAB | lab(62.1 70.0 -57.2) |
| LCH | lch(62.1 90.4 320.7) |
| OKLCH | oklch(0.703 0.240 318.3) |
Copy-ready code
/* CSS */
color: #db60fd;
background-color: #db60fd;
/* Tailwind (arbitrary) */
class="text-[#db60fd] bg-[#db60fd]"
/* SCSS */
$brand: #db60fd;
/* SwiftUI */
Color(red: 0.859, green: 0.376, blue: 0.992)
/* Android */
Color.parseColor("#db60fd")Accessibility — WCAG contrast
Aa
#db60fd on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db60fd on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green37.6%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta62.1%
Yellow0.0%
Key (black)0.8%
Color previews
#db60fd text on a black background
contrast 7.10:1
Card sample
#db60fd text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db60fd;
Background color
Panel with #db60fd background
background-color: #db60fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db60fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 96, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 96, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db60fd; background: linear-gradient(135deg, #db60fd, #FD60B6);