#c53eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 62, 178
HSL
308°, 54%, 51%
CMYK
0, 69, 10, 23
Luminance
0.1853
Every format
| HEX | #c53eb2 |
| RGB | rgb(197, 62, 178) |
| HSL | hsl(308, 54%, 51%) |
| CMYK | cmyk(0%, 69%, 10%, 23%) |
| LAB | lab(50.1 65.6 -33.8) |
| LCH | lch(50.1 73.8 332.7) |
| OKLCH | oklch(0.598 0.211 334.1) |
Copy-ready code
/* CSS */
color: #c53eb2;
background-color: #c53eb2;
/* Tailwind (arbitrary) */
class="text-[#c53eb2] bg-[#c53eb2]"
/* SCSS */
$brand: #c53eb2;
/* SwiftUI */
Color(red: 0.773, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#c53eb2")Accessibility — WCAG contrast
Aa
#c53eb2 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c53eb2 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green24.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow9.6%
Key (black)22.7%
Color previews
#c53eb2 text on a black background
contrast 4.71:1
Card sample
#c53eb2 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c53eb2;
Background color
Panel with #c53eb2 background
background-color: #c53eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c53eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c53eb2; background: linear-gradient(135deg, #c53eb2, #C53E58);