#cc5ba2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 91, 162
HSL
322°, 53%, 58%
CMYK
0, 55, 21, 20
Luminance
0.2293
Every format
| HEX | #cc5ba2 |
| RGB | rgb(204, 91, 162) |
| HSL | hsl(322, 53%, 58%) |
| CMYK | cmyk(0%, 55%, 21%, 20%) |
| LAB | lab(55.0 52.9 -16.8) |
| LCH | lch(55.0 55.5 342.4) |
| OKLCH | oklch(0.633 0.164 344.2) |
Copy-ready code
/* CSS */
color: #cc5ba2;
background-color: #cc5ba2;
/* Tailwind (arbitrary) */
class="text-[#cc5ba2] bg-[#cc5ba2]"
/* SCSS */
$brand: #cc5ba2;
/* SwiftUI */
Color(red: 0.800, green: 0.357, blue: 0.635)
/* Android */
Color.parseColor("#cc5ba2")Accessibility — WCAG contrast
Aa
#cc5ba2 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5ba2 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green35.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow20.6%
Key (black)20.0%
Color previews
#cc5ba2 text on a black background
contrast 5.59:1
Card sample
#cc5ba2 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5ba2;
Background color
Panel with #cc5ba2 background
background-color: #cc5ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 91, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 91, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5ba2; background: linear-gradient(135deg, #cc5ba2, #CC5F5B);