#db3ffc
a balanced, electric violet · warm · closest name: magenta
RGB
219, 63, 252
HSL
290°, 97%, 62%
CMYK
13, 75, 0, 1
Luminance
0.2564
Every format
| HEX | #db3ffc |
| RGB | rgb(219, 63, 252) |
| HSL | hsl(290, 97%, 62%) |
| CMYK | cmyk(13%, 75%, 0%, 1%) |
| LAB | lab(57.7 82.0 -63.7) |
| LCH | lch(57.7 103.9 322.2) |
| OKLCH | oklch(0.672 0.277 319.8) |
Copy-ready code
/* CSS */
color: #db3ffc;
background-color: #db3ffc;
/* Tailwind (arbitrary) */
class="text-[#db3ffc] bg-[#db3ffc]"
/* SCSS */
$brand: #db3ffc;
/* SwiftUI */
Color(red: 0.859, green: 0.247, blue: 0.988)
/* Android */
Color.parseColor("#db3ffc")Accessibility — WCAG contrast
Aa
#db3ffc on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3ffc on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.7%
Blue98.8%
CMYK percentages
Cyan13.1%
Magenta75.0%
Yellow0.0%
Key (black)1.2%
Color previews
#db3ffc text on a black background
contrast 6.13:1
Card sample
#db3ffc text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3ffc;
Background color
Panel with #db3ffc background
background-color: #db3ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 63, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 63, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3ffc; background: linear-gradient(135deg, #db3ffc, #FC3F9F);