#c02acf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 42, 207
HSL
295°, 66%, 49%
CMYK
7, 80, 0, 19
Luminance
0.1737
Every format
| HEX | #c02acf |
| RGB | rgb(192, 42, 207) |
| HSL | hsl(295, 66%, 49%) |
| CMYK | cmyk(7%, 80%, 0%, 19%) |
| LAB | lab(48.7 75.4 -52.9) |
| LCH | lch(48.7 92.1 324.9) |
| OKLCH | oklch(0.591 0.251 323.9) |
Copy-ready code
/* CSS */
color: #c02acf;
background-color: #c02acf;
/* Tailwind (arbitrary) */
class="text-[#c02acf] bg-[#c02acf]"
/* SCSS */
$brand: #c02acf;
/* SwiftUI */
Color(red: 0.753, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#c02acf")Accessibility — WCAG contrast
Aa
#c02acf on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02acf on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green16.5%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta79.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c02acf text on a black background
contrast 4.47:1
Card sample
#c02acf text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02acf;
Background color
Panel with #c02acf background
background-color: #c02acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02acf; background: linear-gradient(135deg, #c02acf, #CF2A70);