#cc73cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 115, 207
HSL
298°, 49%, 63%
CMYK
1, 44, 0, 19
Luminance
0.2960
Every format
| HEX | #cc73cf |
| RGB | rgb(204, 115, 207) |
| HSL | hsl(298, 49%, 63%) |
| CMYK | cmyk(1%, 44%, 0%, 19%) |
| LAB | lab(61.3 48.5 -32.9) |
| LCH | lch(61.3 58.6 325.8) |
| OKLCH | oklch(0.686 0.161 326.0) |
Copy-ready code
/* CSS */
color: #cc73cf;
background-color: #cc73cf;
/* Tailwind (arbitrary) */
class="text-[#cc73cf] bg-[#cc73cf]"
/* SCSS */
$brand: #cc73cf;
/* SwiftUI */
Color(red: 0.800, green: 0.451, blue: 0.812)
/* Android */
Color.parseColor("#cc73cf")Accessibility — WCAG contrast
Aa
#cc73cf on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc73cf on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green45.1%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta44.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cc73cf text on a black background
contrast 6.92:1
Card sample
#cc73cf text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc73cf;
Background color
Panel with #cc73cf background
background-color: #cc73cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc73cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 115, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 115, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc73cf; background: linear-gradient(135deg, #cc73cf, #CF7395);