#c5006e
a dark, electric magenta / pink · warm · closest name: purple
RGB
197, 0, 110
HSL
327°, 100%, 39%
CMYK
0, 100, 44, 23
Luminance
0.1300
Every format
| HEX | #c5006e |
| RGB | rgb(197, 0, 110) |
| HSL | hsl(327, 100%, 39%) |
| CMYK | cmyk(0%, 100%, 44%, 23%) |
| LAB | lab(42.8 70.6 -4.0) |
| LCH | lch(42.8 70.7 356.8) |
| OKLCH | oklch(0.535 0.218 357.5) |
Copy-ready code
/* CSS */
color: #c5006e;
background-color: #c5006e;
/* Tailwind (arbitrary) */
class="text-[#c5006e] bg-[#c5006e]"
/* SCSS */
$brand: #c5006e;
/* SwiftUI */
Color(red: 0.773, green: 0.000, blue: 0.431)
/* Android */
Color.parseColor("#c5006e")Accessibility — WCAG contrast
Aa
#c5006e on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c5006e on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green0.0%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow44.2%
Key (black)22.7%
Color previews
#c5006e text on a black background
contrast 3.60:1
Card sample
#c5006e text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5006e;
Background color
Panel with #c5006e background
background-color: #c5006e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5006e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 0, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 0, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5006e; background: linear-gradient(135deg, #c5006e, #C51500);