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