#c53f8c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 63, 140
HSL
326°, 54%, 51%
CMYK
0, 68, 29, 23
Luminance
0.1732
Every format
| HEX | #c53f8c |
| RGB | rgb(197, 63, 140) |
| HSL | hsl(326, 54%, 51%) |
| CMYK | cmyk(0%, 68%, 29%, 23%) |
| LAB | lab(48.7 60.0 -13.5) |
| LCH | lch(48.7 61.5 347.3) |
| OKLCH | oklch(0.582 0.186 349.0) |
Copy-ready code
/* CSS */
color: #c53f8c;
background-color: #c53f8c;
/* Tailwind (arbitrary) */
class="text-[#c53f8c] bg-[#c53f8c]"
/* SCSS */
$brand: #c53f8c;
/* SwiftUI */
Color(red: 0.773, green: 0.247, blue: 0.549)
/* Android */
Color.parseColor("#c53f8c")Accessibility — WCAG contrast
Aa
#c53f8c on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c53f8c on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green24.7%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow28.9%
Key (black)22.7%
Color previews
#c53f8c text on a black background
contrast 4.46:1
Card sample
#c53f8c text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c53f8c;
Background color
Panel with #c53f8c background
background-color: #c53f8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c53f8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 63, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 63, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c53f8c; background: linear-gradient(135deg, #c53f8c, #C54B3F);