#c032ae
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 50, 174
HSL
308°, 59%, 48%
CMYK
0, 74, 9, 25
Luminance
0.1654
Every format
| HEX | #c032ae |
| RGB | rgb(192, 50, 174) |
| HSL | hsl(308, 59%, 48%) |
| CMYK | cmyk(0%, 74%, 9%, 25%) |
| LAB | lab(47.7 67.9 -35.4) |
| LCH | lch(47.7 76.5 332.5) |
| OKLCH | oklch(0.578 0.219 333.8) |
Copy-ready code
/* CSS */
color: #c032ae;
background-color: #c032ae;
/* Tailwind (arbitrary) */
class="text-[#c032ae] bg-[#c032ae]"
/* SCSS */
$brand: #c032ae;
/* SwiftUI */
Color(red: 0.753, green: 0.196, blue: 0.682)
/* Android */
Color.parseColor("#c032ae")Accessibility — WCAG contrast
Aa
#c032ae on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c032ae on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green19.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta74.0%
Yellow9.4%
Key (black)24.7%
Color previews
#c032ae text on a black background
contrast 4.31:1
Card sample
#c032ae text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c032ae;
Background color
Panel with #c032ae background
background-color: #c032ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c032ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 50, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 50, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c032ae; background: linear-gradient(135deg, #c032ae, #C0324F);