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