#c201af
a dark, electric magenta / pink · warm · closest name: purple
RGB
194, 1, 175
HSL
306°, 99%, 38%
CMYK
0, 100, 10, 24
Luminance
0.1459
Every format
| HEX | #c201af |
| RGB | rgb(194, 1, 175) |
| HSL | hsl(306, 99%, 38%) |
| CMYK | cmyk(0%, 100%, 10%, 24%) |
| LAB | lab(45.1 77.2 -40.0) |
| LCH | lch(45.1 87.0 332.6) |
| OKLCH | oklch(0.560 0.250 333.9) |
Copy-ready code
/* CSS */
color: #c201af;
background-color: #c201af;
/* Tailwind (arbitrary) */
class="text-[#c201af] bg-[#c201af]"
/* SCSS */
$brand: #c201af;
/* SwiftUI */
Color(red: 0.761, green: 0.004, blue: 0.686)
/* Android */
Color.parseColor("#c201af")Accessibility — WCAG contrast
Aa
#c201af on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c201af on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green0.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta99.5%
Yellow9.8%
Key (black)23.9%
Color previews
#c201af text on a black background
contrast 3.92:1
Card sample
#c201af text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c201af;
Background color
Panel with #c201af background
background-color: #c201af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c201af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 1, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 1, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c201af; background: linear-gradient(135deg, #c201af, #C2012E);