#cc40cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 64, 207
HSL
299°, 60%, 53%
CMYK
1, 69, 0, 19
Luminance
0.2101
Every format
| HEX | #cc40cf |
| RGB | rgb(204, 64, 207) |
| HSL | hsl(299, 60%, 53%) |
| CMYK | cmyk(1%, 69%, 0%, 19%) |
| LAB | lab(53.0 71.1 -46.0) |
| LCH | lch(53.0 84.7 327.1) |
| OKLCH | oklch(0.625 0.235 327.0) |
Copy-ready code
/* CSS */
color: #cc40cf;
background-color: #cc40cf;
/* Tailwind (arbitrary) */
class="text-[#cc40cf] bg-[#cc40cf]"
/* SCSS */
$brand: #cc40cf;
/* SwiftUI */
Color(red: 0.800, green: 0.251, blue: 0.812)
/* Android */
Color.parseColor("#cc40cf")Accessibility — WCAG contrast
Aa
#cc40cf on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc40cf on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green25.1%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta69.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cc40cf text on a black background
contrast 5.20:1
Card sample
#cc40cf text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc40cf;
Background color
Panel with #cc40cf background
background-color: #cc40cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc40cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 64, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 64, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc40cf; background: linear-gradient(135deg, #cc40cf, #CF4073);