#c52acf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
197, 42, 207
HSL
296°, 66%, 49%
CMYK
5, 80, 0, 19
Luminance
0.1803
Every format
| HEX | #c52acf |
| RGB | rgb(197, 42, 207) |
| HSL | hsl(296, 66%, 49%) |
| CMYK | cmyk(5%, 80%, 0%, 19%) |
| LAB | lab(49.5 76.3 -51.6) |
| LCH | lch(49.5 92.1 325.9) |
| OKLCH | oklch(0.599 0.253 325.3) |
Copy-ready code
/* CSS */
color: #c52acf;
background-color: #c52acf;
/* Tailwind (arbitrary) */
class="text-[#c52acf] bg-[#c52acf]"
/* SCSS */
$brand: #c52acf;
/* SwiftUI */
Color(red: 0.773, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#c52acf")Accessibility — WCAG contrast
Aa
#c52acf on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c52acf on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green16.5%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta79.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c52acf text on a black background
contrast 4.61:1
Card sample
#c52acf text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52acf;
Background color
Panel with #c52acf background
background-color: #c52acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52acf; background: linear-gradient(135deg, #c52acf, #CF2A6B);