#db55ff
a light, electric violet · warm · closest name: magenta
RGB
219, 85, 255
HSL
287°, 100%, 67%
CMYK
14, 67, 0, 0
Luminance
0.2878
Every format
| HEX | #db55ff |
| RGB | rgb(219, 85, 255) |
| HSL | hsl(287, 100%, 67%) |
| CMYK | cmyk(14%, 67%, 0%, 0%) |
| LAB | lab(60.6 74.9 -60.7) |
| LCH | lch(60.6 96.4 321.0) |
| OKLCH | oklch(0.693 0.256 318.4) |
Copy-ready code
/* CSS */
color: #db55ff;
background-color: #db55ff;
/* Tailwind (arbitrary) */
class="text-[#db55ff] bg-[#db55ff]"
/* SCSS */
$brand: #db55ff;
/* SwiftUI */
Color(red: 0.859, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#db55ff")Accessibility — WCAG contrast
Aa
#db55ff on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db55ff on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green33.3%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#db55ff text on a black background
contrast 6.76:1
Card sample
#db55ff text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db55ff;
Background color
Panel with #db55ff background
background-color: #db55ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db55ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db55ff; background: linear-gradient(135deg, #db55ff, #FF55B2);