#c352af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 82, 175
HSL
311°, 49%, 54%
CMYK
0, 58, 10, 24
Luminance
0.2073
Every format
| HEX | #c352af |
| RGB | rgb(195, 82, 175) |
| HSL | hsl(311, 49%, 54%) |
| CMYK | cmyk(0%, 58%, 10%, 24%) |
| LAB | lab(52.7 56.4 -28.1) |
| LCH | lch(52.7 63.0 333.5) |
| OKLCH | oklch(0.615 0.181 335.0) |
Copy-ready code
/* CSS */
color: #c352af;
background-color: #c352af;
/* Tailwind (arbitrary) */
class="text-[#c352af] bg-[#c352af]"
/* SCSS */
$brand: #c352af;
/* SwiftUI */
Color(red: 0.765, green: 0.322, blue: 0.686)
/* Android */
Color.parseColor("#c352af")Accessibility — WCAG contrast
Aa
#c352af on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c352af on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green32.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow10.3%
Key (black)23.5%
Color previews
#c352af text on a black background
contrast 5.15:1
Card sample
#c352af text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c352af;
Background color
Panel with #c352af background
background-color: #c352af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c352af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 82, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 82, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c352af; background: linear-gradient(135deg, #c352af, #C35264);