#db72fd
a light, electric violet · warm · closest name: violet
RGB
219, 114, 253
HSL
285°, 97%, 72%
CMYK
13, 55, 0, 1
Luminance
0.3419
Every format
| HEX | #db72fd |
| RGB | rgb(219, 114, 253) |
| HSL | hsl(285, 97%, 72%) |
| CMYK | cmyk(13%, 55%, 0%, 1%) |
| LAB | lab(65.1 61.8 -52.4) |
| LCH | lch(65.1 81.0 319.7) |
| OKLCH | oklch(0.725 0.215 317.2) |
Copy-ready code
/* CSS */
color: #db72fd;
background-color: #db72fd;
/* Tailwind (arbitrary) */
class="text-[#db72fd] bg-[#db72fd]"
/* SCSS */
$brand: #db72fd;
/* SwiftUI */
Color(red: 0.859, green: 0.447, blue: 0.992)
/* Android */
Color.parseColor("#db72fd")Accessibility — WCAG contrast
Aa
#db72fd on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db72fd on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green44.7%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta54.9%
Yellow0.0%
Key (black)0.8%
Color previews
#db72fd text on a black background
contrast 7.84:1
Card sample
#db72fd text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db72fd;
Background color
Panel with #db72fd background
background-color: #db72fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db72fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 114, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 114, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db72fd; background: linear-gradient(135deg, #db72fd, #FD72C2);