#cc53af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 83, 175
HSL
314°, 54%, 56%
CMYK
0, 59, 14, 20
Luminance
0.2212
Every format
| HEX | #cc53af |
| RGB | rgb(204, 83, 175) |
| HSL | hsl(314, 54%, 56%) |
| CMYK | cmyk(0%, 59%, 14%, 20%) |
| LAB | lab(54.2 58.5 -25.7) |
| LCH | lch(54.2 63.9 336.3) |
| OKLCH | oklch(0.629 0.185 338.0) |
Copy-ready code
/* CSS */
color: #cc53af;
background-color: #cc53af;
/* Tailwind (arbitrary) */
class="text-[#cc53af] bg-[#cc53af]"
/* SCSS */
$brand: #cc53af;
/* SwiftUI */
Color(red: 0.800, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#cc53af")Accessibility — WCAG contrast
Aa
#cc53af on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc53af on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green32.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta59.3%
Yellow14.2%
Key (black)20.0%
Color previews
#cc53af text on a black background
contrast 5.42:1
Card sample
#cc53af text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc53af;
Background color
Panel with #cc53af background
background-color: #cc53af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc53af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc53af; background: linear-gradient(135deg, #cc53af, #CC535E);