#cc57df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 87, 223
HSL
292°, 68%, 61%
CMYK
9, 61, 0, 13
Luminance
0.2498
Every format
| HEX | #cc57df |
| RGB | rgb(204, 87, 223) |
| HSL | hsl(292, 68%, 61%) |
| CMYK | cmyk(9%, 61%, 0%, 13%) |
| LAB | lab(57.1 64.8 -48.6) |
| LCH | lch(57.1 81.0 323.1) |
| OKLCH | oklch(0.657 0.219 321.8) |
Copy-ready code
/* CSS */
color: #cc57df;
background-color: #cc57df;
/* Tailwind (arbitrary) */
class="text-[#cc57df] bg-[#cc57df]"
/* SCSS */
$brand: #cc57df;
/* SwiftUI */
Color(red: 0.800, green: 0.341, blue: 0.875)
/* Android */
Color.parseColor("#cc57df")Accessibility — WCAG contrast
Aa
#cc57df on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc57df on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green34.1%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta61.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cc57df text on a black background
contrast 6.00:1
Card sample
#cc57df text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc57df;
Background color
Panel with #cc57df background
background-color: #cc57df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc57df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 87, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 87, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc57df; background: linear-gradient(135deg, #cc57df, #DF5797);