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