#c520cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
197, 32, 207
HSL
297°, 73%, 47%
CMYK
5, 85, 0, 19
Luminance
0.1741
Every format
| HEX | #c520cf |
| RGB | rgb(197, 32, 207) |
| HSL | hsl(297, 73%, 47%) |
| CMYK | cmyk(5%, 85%, 0%, 19%) |
| LAB | lab(48.8 78.5 -52.8) |
| LCH | lch(48.8 94.6 326.1) |
| OKLCH | oklch(0.593 0.260 325.5) |
Copy-ready code
/* CSS */
color: #c520cf;
background-color: #c520cf;
/* Tailwind (arbitrary) */
class="text-[#c520cf] bg-[#c520cf]"
/* SCSS */
$brand: #c520cf;
/* SwiftUI */
Color(red: 0.773, green: 0.125, blue: 0.812)
/* Android */
Color.parseColor("#c520cf")Accessibility — WCAG contrast
Aa
#c520cf on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c520cf on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green12.5%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta84.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c520cf text on a black background
contrast 4.48:1
Card sample
#c520cf text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c520cf;
Background color
Panel with #c520cf background
background-color: #c520cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c520cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 32, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 32, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c520cf; background: linear-gradient(135deg, #c520cf, #CF2064);