#cc56ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 86, 186
HSL
309°, 54%, 57%
CMYK
0, 58, 9, 20
Luminance
0.2304
Every format
| HEX | #cc56ba |
| RGB | rgb(204, 86, 186) |
| HSL | hsl(309, 54%, 57%) |
| CMYK | cmyk(0%, 58%, 9%, 20%) |
| LAB | lab(55.1 58.9 -30.6) |
| LCH | lch(55.1 66.3 332.5) |
| OKLCH | oklch(0.637 0.189 333.9) |
Copy-ready code
/* CSS */
color: #cc56ba;
background-color: #cc56ba;
/* Tailwind (arbitrary) */
class="text-[#cc56ba] bg-[#cc56ba]"
/* SCSS */
$brand: #cc56ba;
/* SwiftUI */
Color(red: 0.800, green: 0.337, blue: 0.729)
/* Android */
Color.parseColor("#cc56ba")Accessibility — WCAG contrast
Aa
#cc56ba on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc56ba on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green33.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow8.8%
Key (black)20.0%
Color previews
#cc56ba text on a black background
contrast 5.61:1
Card sample
#cc56ba text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc56ba;
Background color
Panel with #cc56ba background
background-color: #cc56ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc56ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 86, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 86, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc56ba; background: linear-gradient(135deg, #cc56ba, #CC566B);