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