#cc47ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 71, 171
HSL
315°, 57%, 54%
CMYK
0, 65, 16, 20
Luminance
0.2028
Every format
| HEX | #cc47ab |
| RGB | rgb(204, 71, 171) |
| HSL | hsl(315, 57%, 54%) |
| CMYK | cmyk(0%, 65%, 16%, 20%) |
| LAB | lab(52.2 62.9 -26.5) |
| LCH | lch(52.2 68.2 337.2) |
| OKLCH | oklch(0.614 0.199 339.0) |
Copy-ready code
/* CSS */
color: #cc47ab;
background-color: #cc47ab;
/* Tailwind (arbitrary) */
class="text-[#cc47ab] bg-[#cc47ab]"
/* SCSS */
$brand: #cc47ab;
/* SwiftUI */
Color(red: 0.800, green: 0.278, blue: 0.671)
/* Android */
Color.parseColor("#cc47ab")Accessibility — WCAG contrast
Aa
#cc47ab on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc47ab on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green27.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow16.2%
Key (black)20.0%
Color previews
#cc47ab text on a black background
contrast 5.06:1
Card sample
#cc47ab text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc47ab;
Background color
Panel with #cc47ab background
background-color: #cc47ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc47ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 71, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 71, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc47ab; background: linear-gradient(135deg, #cc47ab, #CC4752);