#c600af
a dark, electric magenta / pink · warm · closest name: purple
RGB
198, 0, 175
HSL
307°, 100%, 39%
CMYK
0, 100, 12, 22
Luminance
0.1510
Every format
| HEX | #c600af |
| RGB | rgb(198, 0, 175) |
| HSL | hsl(307, 100%, 39%) |
| CMYK | cmyk(0%, 100%, 12%, 22%) |
| LAB | lab(45.8 78.0 -38.9) |
| LCH | lch(45.8 87.2 333.5) |
| OKLCH | oklch(0.567 0.252 334.9) |
Copy-ready code
/* CSS */
color: #c600af;
background-color: #c600af;
/* Tailwind (arbitrary) */
class="text-[#c600af] bg-[#c600af]"
/* SCSS */
$brand: #c600af;
/* SwiftUI */
Color(red: 0.776, green: 0.000, blue: 0.686)
/* Android */
Color.parseColor("#c600af")Accessibility — WCAG contrast
Aa
#c600af on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c600af on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green0.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow11.6%
Key (black)22.4%
Color previews
#c600af text on a black background
contrast 4.02:1
Card sample
#c600af text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c600af;
Background color
Panel with #c600af background
background-color: #c600af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c600af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 0, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 0, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c600af; background: linear-gradient(135deg, #c600af, #C6002B);