#c32eb7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 46, 183
HSL
305°, 62%, 47%
CMYK
0, 76, 6, 24
Luminance
0.1697
Every format
| HEX | #c32eb7 |
| RGB | rgb(195, 46, 183) |
| HSL | hsl(305, 62%, 47%) |
| CMYK | cmyk(0%, 76%, 6%, 24%) |
| LAB | lab(48.2 71.1 -39.7) |
| LCH | lch(48.2 81.4 330.8) |
| OKLCH | oklch(0.584 0.231 331.7) |
Copy-ready code
/* CSS */
color: #c32eb7;
background-color: #c32eb7;
/* Tailwind (arbitrary) */
class="text-[#c32eb7] bg-[#c32eb7]"
/* SCSS */
$brand: #c32eb7;
/* SwiftUI */
Color(red: 0.765, green: 0.180, blue: 0.718)
/* Android */
Color.parseColor("#c32eb7")Accessibility — WCAG contrast
Aa
#c32eb7 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c32eb7 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green18.0%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta76.4%
Yellow6.2%
Key (black)23.5%
Color previews
#c32eb7 text on a black background
contrast 4.39:1
Card sample
#c32eb7 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c32eb7;
Background color
Panel with #c32eb7 background
background-color: #c32eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c32eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 46, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 46, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c32eb7; background: linear-gradient(135deg, #c32eb7, #C32E54);