#cc5eb7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 94, 183
HSL
312°, 52%, 58%
CMYK
0, 54, 10, 20
Luminance
0.2426
Every format
| HEX | #cc5eb7 |
| RGB | rgb(204, 94, 183) |
| HSL | hsl(312, 52%, 58%) |
| CMYK | cmyk(0%, 54%, 10%, 20%) |
| LAB | lab(56.4 54.7 -26.9) |
| LCH | lch(56.4 61.0 333.8) |
| OKLCH | oklch(0.646 0.175 335.3) |
Copy-ready code
/* CSS */
color: #cc5eb7;
background-color: #cc5eb7;
/* Tailwind (arbitrary) */
class="text-[#cc5eb7] bg-[#cc5eb7]"
/* SCSS */
$brand: #cc5eb7;
/* SwiftUI */
Color(red: 0.800, green: 0.369, blue: 0.718)
/* Android */
Color.parseColor("#cc5eb7")Accessibility — WCAG contrast
Aa
#cc5eb7 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5eb7 on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green36.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow10.3%
Key (black)20.0%
Color previews
#cc5eb7 text on a black background
contrast 5.85:1
Card sample
#cc5eb7 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5eb7;
Background color
Panel with #cc5eb7 background
background-color: #cc5eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 94, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 94, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5eb7; background: linear-gradient(135deg, #cc5eb7, #CC5E6D);