#cc5597
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 85, 151
HSL
327°, 54%, 57%
CMYK
0, 58, 26, 20
Luminance
0.2157
Every format
| HEX | #cc5597 |
| RGB | rgb(204, 85, 151) |
| HSL | hsl(327, 54%, 57%) |
| CMYK | cmyk(0%, 58%, 26%, 20%) |
| LAB | lab(53.6 54.1 -12.6) |
| LCH | lch(53.6 55.6 347.0) |
| OKLCH | oklch(0.622 0.167 348.6) |
Copy-ready code
/* CSS */
color: #cc5597;
background-color: #cc5597;
/* Tailwind (arbitrary) */
class="text-[#cc5597] bg-[#cc5597]"
/* SCSS */
$brand: #cc5597;
/* SwiftUI */
Color(red: 0.800, green: 0.333, blue: 0.592)
/* Android */
Color.parseColor("#cc5597")Accessibility — WCAG contrast
Aa
#cc5597 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5597 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green33.3%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow26.0%
Key (black)20.0%
Color previews
#cc5597 text on a black background
contrast 5.31:1
Card sample
#cc5597 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5597;
Background color
Panel with #cc5597 background
background-color: #cc5597;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5597;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 85, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 85, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5597; background: linear-gradient(135deg, #cc5597, #CC6255);