#c01acf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 26, 207
HSL
295°, 78%, 46%
CMYK
7, 87, 0, 19
Luminance
0.1645
Every format
| HEX | #c01acf |
| RGB | rgb(192, 26, 207) |
| HSL | hsl(295, 78%, 46%) |
| CMYK | cmyk(7%, 87%, 0%, 19%) |
| LAB | lab(47.6 78.8 -54.8) |
| LCH | lch(47.6 95.9 325.2) |
| OKLCH | oklch(0.583 0.262 324.1) |
Copy-ready code
/* CSS */
color: #c01acf;
background-color: #c01acf;
/* Tailwind (arbitrary) */
class="text-[#c01acf] bg-[#c01acf]"
/* SCSS */
$brand: #c01acf;
/* SwiftUI */
Color(red: 0.753, green: 0.102, blue: 0.812)
/* Android */
Color.parseColor("#c01acf")Accessibility — WCAG contrast
Aa
#c01acf on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01acf on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.2%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta87.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c01acf text on a black background
contrast 4.29:1
Card sample
#c01acf text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01acf;
Background color
Panel with #c01acf background
background-color: #c01acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 26, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 26, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01acf; background: linear-gradient(135deg, #c01acf, #CF1A65);