#cc5eb4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 94, 180
HSL
313°, 52%, 58%
CMYK
0, 54, 12, 20
Luminance
0.2414
Every format
| HEX | #cc5eb4 |
| RGB | rgb(204, 94, 180) |
| HSL | hsl(313, 52%, 58%) |
| CMYK | cmyk(0%, 54%, 12%, 20%) |
| LAB | lab(56.2 54.2 -25.4) |
| LCH | lch(56.2 59.9 334.9) |
| OKLCH | oklch(0.645 0.172 336.5) |
Copy-ready code
/* CSS */
color: #cc5eb4;
background-color: #cc5eb4;
/* Tailwind (arbitrary) */
class="text-[#cc5eb4] bg-[#cc5eb4]"
/* SCSS */
$brand: #cc5eb4;
/* SwiftUI */
Color(red: 0.800, green: 0.369, blue: 0.706)
/* Android */
Color.parseColor("#cc5eb4")Accessibility — WCAG contrast
Aa
#cc5eb4 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5eb4 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green36.9%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow11.8%
Key (black)20.0%
Color previews
#cc5eb4 text on a black background
contrast 5.83:1
Card sample
#cc5eb4 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5eb4;
Background color
Panel with #cc5eb4 background
background-color: #cc5eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 94, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 94, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5eb4; background: linear-gradient(135deg, #cc5eb4, #CC5E6B);