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