#cc55cb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 85, 203
HSL
301°, 54%, 57%
CMYK
0, 58, 1, 20
Luminance
0.2365
Every format
| HEX | #cc55cb |
| RGB | rgb(204, 85, 203) |
| HSL | hsl(301, 54%, 57%) |
| CMYK | cmyk(0%, 58%, 1%, 20%) |
| LAB | lab(55.7 62.1 -39.4) |
| LCH | lch(55.7 73.5 327.6) |
| OKLCH | oklch(0.645 0.204 328.0) |
Copy-ready code
/* CSS */
color: #cc55cb;
background-color: #cc55cb;
/* Tailwind (arbitrary) */
class="text-[#cc55cb] bg-[#cc55cb]"
/* SCSS */
$brand: #cc55cb;
/* SwiftUI */
Color(red: 0.800, green: 0.333, blue: 0.796)
/* Android */
Color.parseColor("#cc55cb")Accessibility — WCAG contrast
Aa
#cc55cb on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc55cb on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green33.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow0.5%
Key (black)20.0%
Color previews
#cc55cb text on a black background
contrast 5.73:1
Card sample
#cc55cb text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc55cb;
Background color
Panel with #cc55cb background
background-color: #cc55cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc55cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 85, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 85, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc55cb; background: linear-gradient(135deg, #cc55cb, #CC557C);