#cc5cdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 92, 223
HSL
291°, 67%, 62%
CMYK
9, 59, 0, 13
Luminance
0.2582
Every format
| HEX | #cc5cdf |
| RGB | rgb(204, 92, 223) |
| HSL | hsl(291, 67%, 62%) |
| CMYK | cmyk(9%, 59%, 0%, 13%) |
| LAB | lab(57.9 62.6 -47.3) |
| LCH | lch(57.9 78.5 322.9) |
| OKLCH | oklch(0.663 0.212 321.6) |
Copy-ready code
/* CSS */
color: #cc5cdf;
background-color: #cc5cdf;
/* Tailwind (arbitrary) */
class="text-[#cc5cdf] bg-[#cc5cdf]"
/* SCSS */
$brand: #cc5cdf;
/* SwiftUI */
Color(red: 0.800, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#cc5cdf")Accessibility — WCAG contrast
Aa
#cc5cdf on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5cdf on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green36.1%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cc5cdf text on a black background
contrast 6.16:1
Card sample
#cc5cdf text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5cdf;
Background color
Panel with #cc5cdf background
background-color: #cc5cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5cdf; background: linear-gradient(135deg, #cc5cdf, #DF5C9B);