#c032cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 50, 207
HSL
294°, 62%, 50%
CMYK
7, 76, 0, 19
Luminance
0.1799
Every format
| HEX | #c032cf |
| RGB | rgb(192, 50, 207) |
| HSL | hsl(294, 62%, 50%) |
| CMYK | cmyk(7%, 76%, 0%, 19%) |
| LAB | lab(49.5 73.1 -51.7) |
| LCH | lch(49.5 89.6 324.8) |
| OKLCH | oklch(0.597 0.244 323.7) |
Copy-ready code
/* CSS */
color: #c032cf;
background-color: #c032cf;
/* Tailwind (arbitrary) */
class="text-[#c032cf] bg-[#c032cf]"
/* SCSS */
$brand: #c032cf;
/* SwiftUI */
Color(red: 0.753, green: 0.196, blue: 0.812)
/* Android */
Color.parseColor("#c032cf")Accessibility — WCAG contrast
Aa
#c032cf on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c032cf on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green19.6%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta75.8%
Yellow0.0%
Key (black)18.8%
Color previews
#c032cf text on a black background
contrast 4.60:1
Card sample
#c032cf text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c032cf;
Background color
Panel with #c032cf background
background-color: #c032cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c032cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 50, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 50, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c032cf; background: linear-gradient(135deg, #c032cf, #CF3275);