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