#db62fd
a light, electric violet · warm · closest name: violet
RGB
219, 98, 253
HSL
287°, 98%, 69%
CMYK
13, 61, 0, 1
Luminance
0.3089
Every format
| HEX | #db62fd |
| RGB | rgb(219, 98, 253) |
| HSL | hsl(287, 98%, 69%) |
| CMYK | cmyk(13%, 61%, 0%, 1%) |
| LAB | lab(62.4 69.1 -56.7) |
| LCH | lch(62.4 89.4 320.6) |
| OKLCH | oklch(0.706 0.238 318.2) |
Copy-ready code
/* CSS */
color: #db62fd;
background-color: #db62fd;
/* Tailwind (arbitrary) */
class="text-[#db62fd] bg-[#db62fd]"
/* SCSS */
$brand: #db62fd;
/* SwiftUI */
Color(red: 0.859, green: 0.384, blue: 0.992)
/* Android */
Color.parseColor("#db62fd")Accessibility — WCAG contrast
Aa
#db62fd on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db62fd on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green38.4%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta61.3%
Yellow0.0%
Key (black)0.8%
Color previews
#db62fd text on a black background
contrast 7.18:1
Card sample
#db62fd text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db62fd;
Background color
Panel with #db62fd background
background-color: #db62fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db62fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 98, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 98, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db62fd; background: linear-gradient(135deg, #db62fd, #FD62B8);