#c528cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
197, 40, 207
HSL
296°, 68%, 48%
CMYK
5, 81, 0, 19
Luminance
0.1789
Every format
| HEX | #c528cf |
| RGB | rgb(197, 40, 207) |
| HSL | hsl(296, 68%, 48%) |
| CMYK | cmyk(5%, 81%, 0%, 19%) |
| LAB | lab(49.4 76.8 -51.8) |
| LCH | lch(49.4 92.6 326.0) |
| OKLCH | oklch(0.597 0.254 325.4) |
Copy-ready code
/* CSS */
color: #c528cf;
background-color: #c528cf;
/* Tailwind (arbitrary) */
class="text-[#c528cf] bg-[#c528cf]"
/* SCSS */
$brand: #c528cf;
/* SwiftUI */
Color(red: 0.773, green: 0.157, blue: 0.812)
/* Android */
Color.parseColor("#c528cf")Accessibility — WCAG contrast
Aa
#c528cf on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c528cf on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green15.7%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta80.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c528cf text on a black background
contrast 4.58:1
Card sample
#c528cf text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c528cf;
Background color
Panel with #c528cf background
background-color: #c528cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c528cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 40, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 40, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c528cf; background: linear-gradient(135deg, #c528cf, #CF286A);