#cc35af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 53, 175
HSL
312°, 60%, 50%
CMYK
0, 74, 14, 20
Luminance
0.1848
Every format
| HEX | #cc35af |
| RGB | rgb(204, 53, 175) |
| HSL | hsl(312, 60%, 50%) |
| CMYK | cmyk(0%, 74%, 14%, 20%) |
| LAB | lab(50.1 69.8 -32.0) |
| LCH | lch(50.1 76.8 335.3) |
| OKLCH | oklch(0.599 0.224 337.0) |
Copy-ready code
/* CSS */
color: #cc35af;
background-color: #cc35af;
/* Tailwind (arbitrary) */
class="text-[#cc35af] bg-[#cc35af]"
/* SCSS */
$brand: #cc35af;
/* SwiftUI */
Color(red: 0.800, green: 0.208, blue: 0.686)
/* Android */
Color.parseColor("#cc35af")Accessibility — WCAG contrast
Aa
#cc35af on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc35af on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta74.0%
Yellow14.2%
Key (black)20.0%
Color previews
#cc35af text on a black background
contrast 4.70:1
Card sample
#cc35af text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc35af;
Background color
Panel with #cc35af background
background-color: #cc35af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc35af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 53, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 53, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc35af; background: linear-gradient(135deg, #cc35af, #CC354A);