#c526df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
197, 38, 223
HSL
292°, 74%, 51%
CMYK
12, 83, 0, 13
Luminance
0.1858
Every format
| HEX | #c526df |
| RGB | rgb(197, 38, 223) |
| HSL | hsl(292, 74%, 51%) |
| CMYK | cmyk(12%, 83%, 0%, 13%) |
| LAB | lab(50.2 79.9 -59.6) |
| LCH | lch(50.2 99.7 323.2) |
| OKLCH | oklch(0.607 0.268 321.3) |
Copy-ready code
/* CSS */
color: #c526df;
background-color: #c526df;
/* Tailwind (arbitrary) */
class="text-[#c526df] bg-[#c526df]"
/* SCSS */
$brand: #c526df;
/* SwiftUI */
Color(red: 0.773, green: 0.149, blue: 0.875)
/* Android */
Color.parseColor("#c526df")Accessibility — WCAG contrast
Aa
#c526df on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c526df on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green14.9%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta83.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c526df text on a black background
contrast 4.72:1
Card sample
#c526df text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c526df;
Background color
Panel with #c526df background
background-color: #c526df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c526df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 38, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 38, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c526df; background: linear-gradient(135deg, #c526df, #DF267E);