#db3cfd
a balanced, electric violet · warm · closest name: magenta
RGB
219, 60, 253
HSL
289°, 98%, 61%
CMYK
13, 76, 0, 1
Luminance
0.2538
Every format
| HEX | #db3cfd |
| RGB | rgb(219, 60, 253) |
| HSL | hsl(289, 98%, 61%) |
| CMYK | cmyk(13%, 76%, 0%, 1%) |
| LAB | lab(57.5 83.1 -64.6) |
| LCH | lch(57.5 105.3 322.1) |
| OKLCH | oklch(0.670 0.281 319.7) |
Copy-ready code
/* CSS */
color: #db3cfd;
background-color: #db3cfd;
/* Tailwind (arbitrary) */
class="text-[#db3cfd] bg-[#db3cfd]"
/* SCSS */
$brand: #db3cfd;
/* SwiftUI */
Color(red: 0.859, green: 0.235, blue: 0.992)
/* Android */
Color.parseColor("#db3cfd")Accessibility — WCAG contrast
Aa
#db3cfd on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3cfd on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green23.5%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta76.3%
Yellow0.0%
Key (black)0.8%
Color previews
#db3cfd text on a black background
contrast 6.08:1
Card sample
#db3cfd text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3cfd;
Background color
Panel with #db3cfd background
background-color: #db3cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 60, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 60, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3cfd; background: linear-gradient(135deg, #db3cfd, #FD3C9E);