#db46fd
a balanced, electric violet · warm · closest name: magenta
RGB
219, 70, 253
HSL
289°, 98%, 63%
CMYK
13, 72, 0, 1
Luminance
0.2653
Every format
| HEX | #db46fd |
| RGB | rgb(219, 70, 253) |
| HSL | hsl(289, 98%, 63%) |
| CMYK | cmyk(13%, 72%, 0%, 1%) |
| LAB | lab(58.5 80.0 -62.9) |
| LCH | lch(58.5 101.7 321.8) |
| OKLCH | oklch(0.678 0.271 319.4) |
Copy-ready code
/* CSS */
color: #db46fd;
background-color: #db46fd;
/* Tailwind (arbitrary) */
class="text-[#db46fd] bg-[#db46fd]"
/* SCSS */
$brand: #db46fd;
/* SwiftUI */
Color(red: 0.859, green: 0.275, blue: 0.992)
/* Android */
Color.parseColor("#db46fd")Accessibility — WCAG contrast
Aa
#db46fd on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db46fd on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green27.5%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta72.3%
Yellow0.0%
Key (black)0.8%
Color previews
#db46fd text on a black background
contrast 6.31:1
Card sample
#db46fd text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db46fd;
Background color
Panel with #db46fd background
background-color: #db46fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db46fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 70, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 70, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db46fd; background: linear-gradient(135deg, #db46fd, #FD46A5);