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