#cc56ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 86, 171
HSL
317°, 54%, 57%
CMYK
0, 58, 16, 20
Luminance
0.2243
Every format
| HEX | #cc56ab |
| RGB | rgb(204, 86, 171) |
| HSL | hsl(317, 54%, 57%) |
| CMYK | cmyk(0%, 58%, 16%, 20%) |
| LAB | lab(54.5 56.5 -22.9) |
| LCH | lch(54.5 61.0 338.0) |
| OKLCH | oklch(0.631 0.178 339.8) |
Copy-ready code
/* CSS */
color: #cc56ab;
background-color: #cc56ab;
/* Tailwind (arbitrary) */
class="text-[#cc56ab] bg-[#cc56ab]"
/* SCSS */
$brand: #cc56ab;
/* SwiftUI */
Color(red: 0.800, green: 0.337, blue: 0.671)
/* Android */
Color.parseColor("#cc56ab")Accessibility — WCAG contrast
Aa
#cc56ab on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc56ab on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green33.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow16.2%
Key (black)20.0%
Color previews
#cc56ab text on a black background
contrast 5.49:1
Card sample
#cc56ab text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc56ab;
Background color
Panel with #cc56ab background
background-color: #cc56ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc56ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 86, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 86, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc56ab; background: linear-gradient(135deg, #cc56ab, #CC565C);