#c02ea3
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
192, 46, 163
HSL
312°, 61%, 47%
CMYK
0, 76, 15, 25
Luminance
0.1580
Every format
| HEX | #c02ea3 |
| RGB | rgb(192, 46, 163) |
| HSL | hsl(312, 61%, 47%) |
| CMYK | cmyk(0%, 76%, 15%, 25%) |
| LAB | lab(46.7 67.5 -30.4) |
| LCH | lch(46.7 74.0 335.8) |
| OKLCH | oklch(0.569 0.216 337.5) |
Copy-ready code
/* CSS */
color: #c02ea3;
background-color: #c02ea3;
/* Tailwind (arbitrary) */
class="text-[#c02ea3] bg-[#c02ea3]"
/* SCSS */
$brand: #c02ea3;
/* SwiftUI */
Color(red: 0.753, green: 0.180, blue: 0.639)
/* Android */
Color.parseColor("#c02ea3")Accessibility — WCAG contrast
Aa
#c02ea3 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02ea3 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green18.0%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta76.0%
Yellow15.1%
Key (black)24.7%
Color previews
#c02ea3 text on a black background
contrast 4.16:1
Card sample
#c02ea3 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02ea3;
Background color
Panel with #c02ea3 background
background-color: #c02ea3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02ea3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 46, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 46, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02ea3; background: linear-gradient(135deg, #c02ea3, #C02E42);