#db58fe
a light, electric violet · warm · closest name: magenta
RGB
219, 88, 254
HSL
287°, 99%, 67%
CMYK
14, 65, 0, 0
Luminance
0.2920
Every format
| HEX | #db58fe |
| RGB | rgb(219, 88, 254) |
| HSL | hsl(287, 99%, 67%) |
| CMYK | cmyk(14%, 65%, 0%, 0%) |
| LAB | lab(61.0 73.5 -59.6) |
| LCH | lch(61.0 94.6 321.0) |
| OKLCH | oklch(0.695 0.252 318.5) |
Copy-ready code
/* CSS */
color: #db58fe;
background-color: #db58fe;
/* Tailwind (arbitrary) */
class="text-[#db58fe] bg-[#db58fe]"
/* SCSS */
$brand: #db58fe;
/* SwiftUI */
Color(red: 0.859, green: 0.345, blue: 0.996)
/* Android */
Color.parseColor("#db58fe")Accessibility — WCAG contrast
Aa
#db58fe on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db58fe on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green34.5%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta65.4%
Yellow0.0%
Key (black)0.4%
Color previews
#db58fe text on a black background
contrast 6.84:1
Card sample
#db58fe text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db58fe;
Background color
Panel with #db58fe background
background-color: #db58fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db58fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 88, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 88, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db58fe; background: linear-gradient(135deg, #db58fe, #FE58B3);