#c52eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 46, 178
HSL
308°, 62%, 48%
CMYK
0, 77, 10, 23
Luminance
0.1704
Every format
| HEX | #c52eb2 |
| RGB | rgb(197, 46, 178) |
| HSL | hsl(308, 62%, 48%) |
| CMYK | cmyk(0%, 77%, 10%, 23%) |
| LAB | lab(48.3 70.8 -36.7) |
| LCH | lch(48.3 79.7 332.6) |
| OKLCH | oklch(0.585 0.229 333.9) |
Copy-ready code
/* CSS */
color: #c52eb2;
background-color: #c52eb2;
/* Tailwind (arbitrary) */
class="text-[#c52eb2] bg-[#c52eb2]"
/* SCSS */
$brand: #c52eb2;
/* SwiftUI */
Color(red: 0.773, green: 0.180, blue: 0.698)
/* Android */
Color.parseColor("#c52eb2")Accessibility — WCAG contrast
Aa
#c52eb2 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c52eb2 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green18.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow9.6%
Key (black)22.7%
Color previews
#c52eb2 text on a black background
contrast 4.41:1
Card sample
#c52eb2 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52eb2;
Background color
Panel with #c52eb2 background
background-color: #c52eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 46, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 46, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52eb2; background: linear-gradient(135deg, #c52eb2, #C52E4D);