#c52bc9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 43, 201
HSL
299°, 65%, 48%
CMYK
2, 79, 0, 21
Luminance
0.1782
Every format
| HEX | #c52bc9 |
| RGB | rgb(197, 43, 201) |
| HSL | hsl(299, 65%, 48%) |
| CMYK | cmyk(2%, 79%, 0%, 21%) |
| LAB | lab(49.3 75.1 -48.5) |
| LCH | lch(49.3 89.4 327.1) |
| OKLCH | oklch(0.596 0.248 327.0) |
Copy-ready code
/* CSS */
color: #c52bc9;
background-color: #c52bc9;
/* Tailwind (arbitrary) */
class="text-[#c52bc9] bg-[#c52bc9]"
/* SCSS */
$brand: #c52bc9;
/* SwiftUI */
Color(red: 0.773, green: 0.169, blue: 0.788)
/* Android */
Color.parseColor("#c52bc9")Accessibility — WCAG contrast
Aa
#c52bc9 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c52bc9 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green16.9%
Blue78.8%
CMYK percentages
Cyan2.0%
Magenta78.6%
Yellow0.0%
Key (black)21.2%
Color previews
#c52bc9 text on a black background
contrast 4.56:1
Card sample
#c52bc9 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52bc9;
Background color
Panel with #c52bc9 background
background-color: #c52bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 43, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 43, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52bc9; background: linear-gradient(135deg, #c52bc9, #C92B64);