#c52fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 47, 186
HSL
304°, 62%, 48%
CMYK
0, 76, 6, 23
Luminance
0.1745
Every format
| HEX | #c52fba |
| RGB | rgb(197, 47, 186) |
| HSL | hsl(304, 62%, 48%) |
| CMYK | cmyk(0%, 76%, 6%, 23%) |
| LAB | lab(48.8 71.7 -40.5) |
| LCH | lch(48.8 82.3 330.5) |
| OKLCH | oklch(0.590 0.233 331.4) |
Copy-ready code
/* CSS */
color: #c52fba;
background-color: #c52fba;
/* Tailwind (arbitrary) */
class="text-[#c52fba] bg-[#c52fba]"
/* SCSS */
$brand: #c52fba;
/* SwiftUI */
Color(red: 0.773, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#c52fba")Accessibility — WCAG contrast
Aa
#c52fba on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c52fba on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green18.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow5.6%
Key (black)22.7%
Color previews
#c52fba text on a black background
contrast 4.49:1
Card sample
#c52fba text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52fba;
Background color
Panel with #c52fba background
background-color: #c52fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52fba; background: linear-gradient(135deg, #c52fba, #C52F56);