#c320af
a dark, vivid magenta / pink · warm · closest name: purple
RGB
195, 32, 175
HSL
307°, 72%, 45%
CMYK
0, 84, 10, 24
Luminance
0.1573
Every format
| HEX | #c320af |
| RGB | rgb(195, 32, 175) |
| HSL | hsl(307, 72%, 45%) |
| CMYK | cmyk(0%, 84%, 10%, 24%) |
| LAB | lab(46.6 73.4 -37.6) |
| LCH | lch(46.6 82.4 332.9) |
| OKLCH | oklch(0.572 0.237 334.2) |
Copy-ready code
/* CSS */
color: #c320af;
background-color: #c320af;
/* Tailwind (arbitrary) */
class="text-[#c320af] bg-[#c320af]"
/* SCSS */
$brand: #c320af;
/* SwiftUI */
Color(red: 0.765, green: 0.125, blue: 0.686)
/* Android */
Color.parseColor("#c320af")Accessibility — WCAG contrast
Aa
#c320af on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c320af on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green12.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow10.3%
Key (black)23.5%
Color previews
#c320af text on a black background
contrast 4.15:1
Card sample
#c320af text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c320af;
Background color
Panel with #c320af background
background-color: #c320af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c320af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 32, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 32, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c320af; background: linear-gradient(135deg, #c320af, #C32042);