#c53eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 62, 176
HSL
309°, 54%, 51%
CMYK
0, 69, 11, 23
Luminance
0.1845
Every format
| HEX | #c53eb0 |
| RGB | rgb(197, 62, 176) |
| HSL | hsl(309, 54%, 51%) |
| CMYK | cmyk(0%, 69%, 11%, 23%) |
| LAB | lab(50.0 65.3 -32.8) |
| LCH | lch(50.0 73.0 333.3) |
| OKLCH | oklch(0.597 0.210 334.8) |
Copy-ready code
/* CSS */
color: #c53eb0;
background-color: #c53eb0;
/* Tailwind (arbitrary) */
class="text-[#c53eb0] bg-[#c53eb0]"
/* SCSS */
$brand: #c53eb0;
/* SwiftUI */
Color(red: 0.773, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#c53eb0")Accessibility — WCAG contrast
Aa
#c53eb0 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c53eb0 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green24.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow10.7%
Key (black)22.7%
Color previews
#c53eb0 text on a black background
contrast 4.69:1
Card sample
#c53eb0 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c53eb0;
Background color
Panel with #c53eb0 background
background-color: #c53eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c53eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c53eb0; background: linear-gradient(135deg, #c53eb0, #C53E56);