#cc56a2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 86, 162
HSL
321°, 54%, 57%
CMYK
0, 58, 21, 20
Luminance
0.2210
Every format
| HEX | #cc56a2 |
| RGB | rgb(204, 86, 162) |
| HSL | hsl(321, 54%, 57%) |
| CMYK | cmyk(0%, 58%, 21%, 20%) |
| LAB | lab(54.1 55.2 -18.1) |
| LCH | lch(54.1 58.1 341.8) |
| OKLCH | oklch(0.627 0.172 343.7) |
Copy-ready code
/* CSS */
color: #cc56a2;
background-color: #cc56a2;
/* Tailwind (arbitrary) */
class="text-[#cc56a2] bg-[#cc56a2]"
/* SCSS */
$brand: #cc56a2;
/* SwiftUI */
Color(red: 0.800, green: 0.337, blue: 0.635)
/* Android */
Color.parseColor("#cc56a2")Accessibility — WCAG contrast
Aa
#cc56a2 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc56a2 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green33.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow20.6%
Key (black)20.0%
Color previews
#cc56a2 text on a black background
contrast 5.42:1
Card sample
#cc56a2 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc56a2;
Background color
Panel with #cc56a2 background
background-color: #cc56a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc56a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 86, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 86, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc56a2; background: linear-gradient(135deg, #cc56a2, #CC5956);