#db58ff
a light, electric violet · warm · closest name: magenta
RGB
219, 88, 255
HSL
287°, 100%, 67%
CMYK
14, 66, 0, 0
Luminance
0.2926
Every format
| HEX | #db58ff |
| RGB | rgb(219, 88, 255) |
| HSL | hsl(287, 100%, 67%) |
| CMYK | cmyk(14%, 66%, 0%, 0%) |
| LAB | lab(61.0 73.7 -60.0) |
| LCH | lch(61.0 95.0 320.8) |
| OKLCH | oklch(0.696 0.252 318.2) |
Copy-ready code
/* CSS */
color: #db58ff;
background-color: #db58ff;
/* Tailwind (arbitrary) */
class="text-[#db58ff] bg-[#db58ff]"
/* SCSS */
$brand: #db58ff;
/* SwiftUI */
Color(red: 0.859, green: 0.345, blue: 1.000)
/* Android */
Color.parseColor("#db58ff")Accessibility — WCAG contrast
Aa
#db58ff on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db58ff on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green34.5%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta65.5%
Yellow0.0%
Key (black)0.0%
Color previews
#db58ff text on a black background
contrast 6.85:1
Card sample
#db58ff text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db58ff;
Background color
Panel with #db58ff background
background-color: #db58ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db58ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 88, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 88, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db58ff; background: linear-gradient(135deg, #db58ff, #FF58B4);