#cc60df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 96, 223
HSL
291°, 67%, 63%
CMYK
9, 57, 0, 13
Luminance
0.2653
Every format
| HEX | #cc60df |
| RGB | rgb(204, 96, 223) |
| HSL | hsl(291, 67%, 63%) |
| CMYK | cmyk(9%, 57%, 0%, 13%) |
| LAB | lab(58.5 60.8 -46.3) |
| LCH | lch(58.5 76.4 322.7) |
| OKLCH | oklch(0.668 0.206 321.4) |
Copy-ready code
/* CSS */
color: #cc60df;
background-color: #cc60df;
/* Tailwind (arbitrary) */
class="text-[#cc60df] bg-[#cc60df]"
/* SCSS */
$brand: #cc60df;
/* SwiftUI */
Color(red: 0.800, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#cc60df")Accessibility — WCAG contrast
Aa
#cc60df on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc60df on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green37.6%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cc60df text on a black background
contrast 6.31:1
Card sample
#cc60df text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc60df;
Background color
Panel with #cc60df background
background-color: #cc60df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc60df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc60df; background: linear-gradient(135deg, #cc60df, #DF609D);