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