#c032ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 50, 171
HSL
309°, 59%, 48%
CMYK
0, 74, 11, 25
Luminance
0.1643
Every format
| HEX | #c032ab |
| RGB | rgb(192, 50, 171) |
| HSL | hsl(309, 59%, 48%) |
| CMYK | cmyk(0%, 74%, 11%, 25%) |
| LAB | lab(47.5 67.4 -33.8) |
| LCH | lch(47.5 75.4 333.4) |
| OKLCH | oklch(0.577 0.217 334.8) |
Copy-ready code
/* CSS */
color: #c032ab;
background-color: #c032ab;
/* Tailwind (arbitrary) */
class="text-[#c032ab] bg-[#c032ab]"
/* SCSS */
$brand: #c032ab;
/* SwiftUI */
Color(red: 0.753, green: 0.196, blue: 0.671)
/* Android */
Color.parseColor("#c032ab")Accessibility — WCAG contrast
Aa
#c032ab on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c032ab on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green19.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta74.0%
Yellow10.9%
Key (black)24.7%
Color previews
#c032ab text on a black background
contrast 4.29:1
Card sample
#c032ab text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c032ab;
Background color
Panel with #c032ab background
background-color: #c032ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c032ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 50, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 50, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c032ab; background: linear-gradient(135deg, #c032ab, #C0324C);