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