#cc55ad
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 85, 173
HSL
316°, 54%, 57%
CMYK
0, 58, 15, 20
Luminance
0.2235
Every format
| HEX | #cc55ad |
| RGB | rgb(204, 85, 173) |
| HSL | hsl(316, 54%, 57%) |
| CMYK | cmyk(0%, 58%, 15%, 20%) |
| LAB | lab(54.4 57.3 -24.2) |
| LCH | lch(54.4 62.2 337.1) |
| OKLCH | oklch(0.630 0.181 338.9) |
Copy-ready code
/* CSS */
color: #cc55ad;
background-color: #cc55ad;
/* Tailwind (arbitrary) */
class="text-[#cc55ad] bg-[#cc55ad]"
/* SCSS */
$brand: #cc55ad;
/* SwiftUI */
Color(red: 0.800, green: 0.333, blue: 0.678)
/* Android */
Color.parseColor("#cc55ad")Accessibility — WCAG contrast
Aa
#cc55ad on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc55ad on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green33.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow15.2%
Key (black)20.0%
Color previews
#cc55ad text on a black background
contrast 5.47:1
Card sample
#cc55ad text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc55ad;
Background color
Panel with #cc55ad background
background-color: #cc55ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc55ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 85, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 85, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc55ad; background: linear-gradient(135deg, #cc55ad, #CC555E);