#c32eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 46, 176
HSL
308°, 62%, 47%
CMYK
0, 76, 10, 24
Luminance
0.1669
Every format
| HEX | #c32eb0 |
| RGB | rgb(195, 46, 176) |
| HSL | hsl(308, 62%, 47%) |
| CMYK | cmyk(0%, 76%, 10%, 24%) |
| LAB | lab(47.9 70.0 -36.2) |
| LCH | lch(47.9 78.8 332.7) |
| OKLCH | oklch(0.581 0.226 334.0) |
Copy-ready code
/* CSS */
color: #c32eb0;
background-color: #c32eb0;
/* Tailwind (arbitrary) */
class="text-[#c32eb0] bg-[#c32eb0]"
/* SCSS */
$brand: #c32eb0;
/* SwiftUI */
Color(red: 0.765, green: 0.180, blue: 0.690)
/* Android */
Color.parseColor("#c32eb0")Accessibility — WCAG contrast
Aa
#c32eb0 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c32eb0 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green18.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta76.4%
Yellow9.7%
Key (black)23.5%
Color previews
#c32eb0 text on a black background
contrast 4.34:1
Card sample
#c32eb0 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c32eb0;
Background color
Panel with #c32eb0 background
background-color: #c32eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c32eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 46, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 46, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c32eb0; background: linear-gradient(135deg, #c32eb0, #C32E4D);