#cc60cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 96, 207
HSL
298°, 54%, 59%
CMYK
1, 54, 0, 19
Luminance
0.2571
Every format
| HEX | #cc60cf |
| RGB | rgb(204, 96, 207) |
| HSL | hsl(298, 54%, 59%) |
| CMYK | cmyk(1%, 54%, 0%, 19%) |
| LAB | lab(57.8 57.8 -38.5) |
| LCH | lch(57.8 69.5 326.4) |
| OKLCH | oklch(0.660 0.192 326.4) |
Copy-ready code
/* CSS */
color: #cc60cf;
background-color: #cc60cf;
/* Tailwind (arbitrary) */
class="text-[#cc60cf] bg-[#cc60cf]"
/* SCSS */
$brand: #cc60cf;
/* SwiftUI */
Color(red: 0.800, green: 0.376, blue: 0.812)
/* Android */
Color.parseColor("#cc60cf")Accessibility — WCAG contrast
Aa
#cc60cf on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc60cf on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green37.6%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta53.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cc60cf text on a black background
contrast 6.14:1
Card sample
#cc60cf text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc60cf;
Background color
Panel with #cc60cf background
background-color: #cc60cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc60cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 96, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 96, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc60cf; background: linear-gradient(135deg, #cc60cf, #CF6088);