#c32eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 46, 179
HSL
306°, 62%, 47%
CMYK
0, 76, 8, 24
Luminance
0.1681
Every format
| HEX | #c32eb3 |
| RGB | rgb(195, 46, 179) |
| HSL | hsl(306, 62%, 47%) |
| CMYK | cmyk(0%, 76%, 8%, 24%) |
| LAB | lab(48.0 70.5 -37.7) |
| LCH | lch(48.0 80.0 331.8) |
| OKLCH | oklch(0.582 0.228 333.0) |
Copy-ready code
/* CSS */
color: #c32eb3;
background-color: #c32eb3;
/* Tailwind (arbitrary) */
class="text-[#c32eb3] bg-[#c32eb3]"
/* SCSS */
$brand: #c32eb3;
/* SwiftUI */
Color(red: 0.765, green: 0.180, blue: 0.702)
/* Android */
Color.parseColor("#c32eb3")Accessibility — WCAG contrast
Aa
#c32eb3 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c32eb3 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green18.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta76.4%
Yellow8.2%
Key (black)23.5%
Color previews
#c32eb3 text on a black background
contrast 4.36:1
Card sample
#c32eb3 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c32eb3;
Background color
Panel with #c32eb3 background
background-color: #c32eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c32eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 46, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 46, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c32eb3; background: linear-gradient(135deg, #c32eb3, #C32E50);