#c53fdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
197, 63, 223
HSL
290°, 71%, 56%
CMYK
12, 72, 0, 13
Luminance
0.2075
Every format
| HEX | #c53fdf |
| RGB | rgb(197, 63, 223) |
| HSL | hsl(290, 71%, 56%) |
| CMYK | cmyk(12%, 72%, 0%, 13%) |
| LAB | lab(52.7 72.7 -55.7) |
| LCH | lch(52.7 91.6 322.6) |
| OKLCH | oklch(0.624 0.245 320.6) |
Copy-ready code
/* CSS */
color: #c53fdf;
background-color: #c53fdf;
/* Tailwind (arbitrary) */
class="text-[#c53fdf] bg-[#c53fdf]"
/* SCSS */
$brand: #c53fdf;
/* SwiftUI */
Color(red: 0.773, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#c53fdf")Accessibility — WCAG contrast
Aa
#c53fdf on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c53fdf on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green24.7%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c53fdf text on a black background
contrast 5.15:1
Card sample
#c53fdf text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c53fdf;
Background color
Panel with #c53fdf background
background-color: #c53fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c53fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c53fdf; background: linear-gradient(135deg, #c53fdf, #DF3F8E);