#cc5588
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 85, 136
HSL
334°, 54%, 57%
CMYK
0, 58, 33, 20
Luminance
0.2111
Every format
| HEX | #cc5588 |
| RGB | rgb(204, 85, 136) |
| HSL | hsl(334, 54%, 57%) |
| CMYK | cmyk(0%, 58%, 33%, 20%) |
| LAB | lab(53.1 52.2 -4.4) |
| LCH | lch(53.1 52.4 355.2) |
| OKLCH | oklch(0.616 0.160 356.1) |
Copy-ready code
/* CSS */
color: #cc5588;
background-color: #cc5588;
/* Tailwind (arbitrary) */
class="text-[#cc5588] bg-[#cc5588]"
/* SCSS */
$brand: #cc5588;
/* SwiftUI */
Color(red: 0.800, green: 0.333, blue: 0.533)
/* Android */
Color.parseColor("#cc5588")Accessibility — WCAG contrast
Aa
#cc5588 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5588 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green33.3%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow33.3%
Key (black)20.0%
Color previews
#cc5588 text on a black background
contrast 5.22:1
Card sample
#cc5588 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5588;
Background color
Panel with #cc5588 background
background-color: #cc5588;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5588;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 85, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 85, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5588; background: linear-gradient(135deg, #cc5588, #CC7155);