#c02ecf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 46, 207
HSL
294°, 64%, 50%
CMYK
7, 78, 0, 19
Luminance
0.1767
Every format
| HEX | #c02ecf |
| RGB | rgb(192, 46, 207) |
| HSL | hsl(294, 64%, 50%) |
| CMYK | cmyk(7%, 78%, 0%, 19%) |
| LAB | lab(49.1 74.3 -52.3) |
| LCH | lch(49.1 90.9 324.8) |
| OKLCH | oklch(0.594 0.247 323.8) |
Copy-ready code
/* CSS */
color: #c02ecf;
background-color: #c02ecf;
/* Tailwind (arbitrary) */
class="text-[#c02ecf] bg-[#c02ecf]"
/* SCSS */
$brand: #c02ecf;
/* SwiftUI */
Color(red: 0.753, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#c02ecf")Accessibility — WCAG contrast
Aa
#c02ecf on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02ecf on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green18.0%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta77.8%
Yellow0.0%
Key (black)18.8%
Color previews
#c02ecf text on a black background
contrast 4.53:1
Card sample
#c02ecf text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02ecf;
Background color
Panel with #c02ecf background
background-color: #c02ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02ecf; background: linear-gradient(135deg, #c02ecf, #CF2E73);