#c32fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 47, 186
HSL
304°, 61%, 48%
CMYK
0, 76, 5, 24
Luminance
0.1718
Every format
| HEX | #c32fba |
| RGB | rgb(195, 47, 186) |
| HSL | hsl(304, 61%, 48%) |
| CMYK | cmyk(0%, 76%, 5%, 24%) |
| LAB | lab(48.5 71.3 -41.1) |
| LCH | lch(48.5 82.2 330.0) |
| OKLCH | oklch(0.587 0.232 330.8) |
Copy-ready code
/* CSS */
color: #c32fba;
background-color: #c32fba;
/* Tailwind (arbitrary) */
class="text-[#c32fba] bg-[#c32fba]"
/* SCSS */
$brand: #c32fba;
/* SwiftUI */
Color(red: 0.765, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#c32fba")Accessibility — WCAG contrast
Aa
#c32fba on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c32fba on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green18.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta75.9%
Yellow4.6%
Key (black)23.5%
Color previews
#c32fba text on a black background
contrast 4.44:1
Card sample
#c32fba text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c32fba;
Background color
Panel with #c32fba background
background-color: #c32fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c32fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c32fba; background: linear-gradient(135deg, #c32fba, #C32F58);