#c528df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
197, 40, 223
HSL
292°, 74%, 52%
CMYK
12, 82, 0, 13
Luminance
0.1872
Every format
| HEX | #c528df |
| RGB | rgb(197, 40, 223) |
| HSL | hsl(292, 74%, 52%) |
| CMYK | cmyk(12%, 82%, 0%, 13%) |
| LAB | lab(50.4 79.4 -59.4) |
| LCH | lch(50.4 99.2 323.2) |
| OKLCH | oklch(0.608 0.266 321.2) |
Copy-ready code
/* CSS */
color: #c528df;
background-color: #c528df;
/* Tailwind (arbitrary) */
class="text-[#c528df] bg-[#c528df]"
/* SCSS */
$brand: #c528df;
/* SwiftUI */
Color(red: 0.773, green: 0.157, blue: 0.875)
/* Android */
Color.parseColor("#c528df")Accessibility — WCAG contrast
Aa
#c528df on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c528df on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green15.7%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta82.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c528df text on a black background
contrast 4.74:1
Card sample
#c528df text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c528df;
Background color
Panel with #c528df background
background-color: #c528df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c528df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 40, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 40, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c528df; background: linear-gradient(135deg, #c528df, #DF287F);