#cc57ff
a light, electric violet · warm · closest name: magenta
RGB
204, 87, 255
HSL
282°, 100%, 67%
CMYK
20, 66, 0, 0
Luminance
0.2687
Every format
| HEX | #cc57ff |
| RGB | rgb(204, 87, 255) |
| HSL | hsl(282, 100%, 67%) |
| CMYK | cmyk(20%, 66%, 0%, 0%) |
| LAB | lab(58.9 70.9 -63.6) |
| LCH | lch(58.9 95.3 318.1) |
| OKLCH | oklch(0.676 0.248 313.8) |
Copy-ready code
/* CSS */
color: #cc57ff;
background-color: #cc57ff;
/* Tailwind (arbitrary) */
class="text-[#cc57ff] bg-[#cc57ff]"
/* SCSS */
$brand: #cc57ff;
/* SwiftUI */
Color(red: 0.800, green: 0.341, blue: 1.000)
/* Android */
Color.parseColor("#cc57ff")Accessibility — WCAG contrast
Aa
#cc57ff on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc57ff on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green34.1%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta65.9%
Yellow0.0%
Key (black)0.0%
Color previews
#cc57ff text on a black background
contrast 6.37:1
Card sample
#cc57ff text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc57ff;
Background color
Panel with #cc57ff background
background-color: #cc57ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc57ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 87, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 87, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc57ff; background: linear-gradient(135deg, #cc57ff, #FF57C2);