#cc73ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 115, 186
HSL
312°, 47%, 63%
CMYK
0, 44, 9, 20
Luminance
0.2864
Every format
| HEX | #cc73ba |
| RGB | rgb(204, 115, 186) |
| HSL | hsl(312, 47%, 63%) |
| CMYK | cmyk(0%, 44%, 9%, 20%) |
| LAB | lab(60.5 44.8 -22.3) |
| LCH | lch(60.5 50.0 333.5) |
| OKLCH | oklch(0.677 0.142 335.0) |
Copy-ready code
/* CSS */
color: #cc73ba;
background-color: #cc73ba;
/* Tailwind (arbitrary) */
class="text-[#cc73ba] bg-[#cc73ba]"
/* SCSS */
$brand: #cc73ba;
/* SwiftUI */
Color(red: 0.800, green: 0.451, blue: 0.729)
/* Android */
Color.parseColor("#cc73ba")Accessibility — WCAG contrast
Aa
#cc73ba on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc73ba on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green45.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta43.6%
Yellow8.8%
Key (black)20.0%
Color previews
#cc73ba text on a black background
contrast 6.73:1
Card sample
#cc73ba text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc73ba;
Background color
Panel with #cc73ba background
background-color: #cc73ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc73ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 115, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 115, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc73ba; background: linear-gradient(135deg, #cc73ba, #CC737F);