#cc72ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 114, 186
HSL
312°, 47%, 62%
CMYK
0, 44, 9, 20
Luminance
0.2842
Every format
| HEX | #cc72ba |
| RGB | rgb(204, 114, 186) |
| HSL | hsl(312, 47%, 62%) |
| CMYK | cmyk(0%, 44%, 9%, 20%) |
| LAB | lab(60.3 45.3 -22.6) |
| LCH | lch(60.3 50.6 333.4) |
| OKLCH | oklch(0.676 0.144 334.9) |
Copy-ready code
/* CSS */
color: #cc72ba;
background-color: #cc72ba;
/* Tailwind (arbitrary) */
class="text-[#cc72ba] bg-[#cc72ba]"
/* SCSS */
$brand: #cc72ba;
/* SwiftUI */
Color(red: 0.800, green: 0.447, blue: 0.729)
/* Android */
Color.parseColor("#cc72ba")Accessibility — WCAG contrast
Aa
#cc72ba on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc72ba on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green44.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow8.8%
Key (black)20.0%
Color previews
#cc72ba text on a black background
contrast 6.68:1
Card sample
#cc72ba text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc72ba;
Background color
Panel with #cc72ba background
background-color: #cc72ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc72ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 114, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 114, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc72ba; background: linear-gradient(135deg, #cc72ba, #CC727E);