#ce57fd
a light, electric violet · warm · closest name: magenta
RGB
206, 87, 253
HSL
283°, 98%, 67%
CMYK
19, 66, 0, 1
Luminance
0.2703
Every format
| HEX | #ce57fd |
| RGB | rgb(206, 87, 253) |
| HSL | hsl(283, 98%, 67%) |
| CMYK | cmyk(19%, 66%, 0%, 1%) |
| LAB | lab(59.0 70.9 -62.2) |
| LCH | lch(59.0 94.4 318.7) |
| OKLCH | oklch(0.677 0.247 314.9) |
Copy-ready code
/* CSS */
color: #ce57fd;
background-color: #ce57fd;
/* Tailwind (arbitrary) */
class="text-[#ce57fd] bg-[#ce57fd]"
/* SCSS */
$brand: #ce57fd;
/* SwiftUI */
Color(red: 0.808, green: 0.341, blue: 0.992)
/* Android */
Color.parseColor("#ce57fd")Accessibility — WCAG contrast
Aa
#ce57fd on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce57fd on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green34.1%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta65.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ce57fd text on a black background
contrast 6.41:1
Card sample
#ce57fd text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce57fd;
Background color
Panel with #ce57fd background
background-color: #ce57fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce57fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 87, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 87, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce57fd; background: linear-gradient(135deg, #ce57fd, #FD57BD);