#c02eb7
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
192, 46, 183
HSL
304°, 61%, 47%
CMYK
0, 76, 5, 25
Luminance
0.1658
Every format
| HEX | #c02eb7 |
| RGB | rgb(192, 46, 183) |
| HSL | hsl(304, 61%, 47%) |
| CMYK | cmyk(0%, 76%, 5%, 25%) |
| LAB | lab(47.7 70.5 -40.6) |
| LCH | lch(47.7 81.3 330.1) |
| OKLCH | oklch(0.580 0.230 330.8) |
Copy-ready code
/* CSS */
color: #c02eb7;
background-color: #c02eb7;
/* Tailwind (arbitrary) */
class="text-[#c02eb7] bg-[#c02eb7]"
/* SCSS */
$brand: #c02eb7;
/* SwiftUI */
Color(red: 0.753, green: 0.180, blue: 0.718)
/* Android */
Color.parseColor("#c02eb7")Accessibility — WCAG contrast
Aa
#c02eb7 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02eb7 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green18.0%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta76.0%
Yellow4.7%
Key (black)24.7%
Color previews
#c02eb7 text on a black background
contrast 4.32:1
Card sample
#c02eb7 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02eb7;
Background color
Panel with #c02eb7 background
background-color: #c02eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 46, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 46, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02eb7; background: linear-gradient(135deg, #c02eb7, #C02E56);