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