#cc53cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 83, 207
HSL
299°, 56%, 57%
CMYK
1, 60, 0, 19
Luminance
0.2353
Every format
| HEX | #cc53cf |
| RGB | rgb(204, 83, 207) |
| HSL | hsl(299, 56%, 57%) |
| CMYK | cmyk(1%, 60%, 0%, 19%) |
| LAB | lab(55.6 63.7 -41.8) |
| LCH | lch(55.6 76.2 326.7) |
| OKLCH | oklch(0.644 0.211 326.7) |
Copy-ready code
/* CSS */
color: #cc53cf;
background-color: #cc53cf;
/* Tailwind (arbitrary) */
class="text-[#cc53cf] bg-[#cc53cf]"
/* SCSS */
$brand: #cc53cf;
/* SwiftUI */
Color(red: 0.800, green: 0.325, blue: 0.812)
/* Android */
Color.parseColor("#cc53cf")Accessibility — WCAG contrast
Aa
#cc53cf on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc53cf on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green32.5%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta59.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cc53cf text on a black background
contrast 5.71:1
Card sample
#cc53cf text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc53cf;
Background color
Panel with #cc53cf background
background-color: #cc53cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc53cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 83, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 83, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc53cf; background: linear-gradient(135deg, #cc53cf, #CF5380);