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