#c52eb9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 46, 185
HSL
305°, 62%, 48%
CMYK
0, 77, 6, 23
Luminance
0.1733
Every format
| HEX | #c52eb9 |
| RGB | rgb(197, 46, 185) |
| HSL | hsl(305, 62%, 48%) |
| CMYK | cmyk(0%, 77%, 6%, 23%) |
| LAB | lab(48.7 71.8 -40.2) |
| LCH | lch(48.7 82.3 330.8) |
| OKLCH | oklch(0.589 0.234 331.7) |
Copy-ready code
/* CSS */
color: #c52eb9;
background-color: #c52eb9;
/* Tailwind (arbitrary) */
class="text-[#c52eb9] bg-[#c52eb9]"
/* SCSS */
$brand: #c52eb9;
/* SwiftUI */
Color(red: 0.773, green: 0.180, blue: 0.725)
/* Android */
Color.parseColor("#c52eb9")Accessibility — WCAG contrast
Aa
#c52eb9 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c52eb9 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green18.0%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow6.1%
Key (black)22.7%
Color previews
#c52eb9 text on a black background
contrast 4.47:1
Card sample
#c52eb9 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52eb9;
Background color
Panel with #c52eb9 background
background-color: #c52eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 46, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 46, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52eb9; background: linear-gradient(135deg, #c52eb9, #C52E54);