#cc32af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 50, 175
HSL
311°, 61%, 50%
CMYK
0, 76, 14, 20
Luminance
0.1821
Every format
| HEX | #cc32af |
| RGB | rgb(204, 50, 175) |
| HSL | hsl(311, 61%, 50%) |
| CMYK | cmyk(0%, 76%, 14%, 20%) |
| LAB | lab(49.8 70.7 -32.5) |
| LCH | lch(49.8 77.9 335.3) |
| OKLCH | oklch(0.597 0.227 337.0) |
Copy-ready code
/* CSS */
color: #cc32af;
background-color: #cc32af;
/* Tailwind (arbitrary) */
class="text-[#cc32af] bg-[#cc32af]"
/* SCSS */
$brand: #cc32af;
/* SwiftUI */
Color(red: 0.800, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#cc32af")Accessibility — WCAG contrast
Aa
#cc32af on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc32af on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green19.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta75.5%
Yellow14.2%
Key (black)20.0%
Color previews
#cc32af text on a black background
contrast 4.64:1
Card sample
#cc32af text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc32af;
Background color
Panel with #cc32af background
background-color: #cc32af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc32af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc32af; background: linear-gradient(135deg, #cc32af, #CC3248);