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