#c53f76
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 63, 118
HSL
335°, 54%, 51%
CMYK
0, 68, 40, 23
Luminance
0.1673
Every format
| HEX | #c53f76 |
| RGB | rgb(197, 63, 118) |
| HSL | hsl(335, 54%, 51%) |
| CMYK | cmyk(0%, 68%, 40%, 23%) |
| LAB | lab(47.9 57.5 -1.3) |
| LCH | lch(47.9 57.5 358.7) |
| OKLCH | oklch(0.574 0.176 359.1) |
Copy-ready code
/* CSS */
color: #c53f76;
background-color: #c53f76;
/* Tailwind (arbitrary) */
class="text-[#c53f76] bg-[#c53f76]"
/* SCSS */
$brand: #c53f76;
/* SwiftUI */
Color(red: 0.773, green: 0.247, blue: 0.463)
/* Android */
Color.parseColor("#c53f76")Accessibility — WCAG contrast
Aa
#c53f76 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c53f76 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green24.7%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow40.1%
Key (black)22.7%
Color previews
#c53f76 text on a black background
contrast 4.35:1
Card sample
#c53f76 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c53f76;
Background color
Panel with #c53f76 background
background-color: #c53f76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c53f76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 63, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 63, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c53f76; background: linear-gradient(135deg, #c53f76, #C5613F);