#c5008a
a dark, electric magenta / pink · warm · closest name: purple
RGB
197, 0, 138
HSL
318°, 100%, 39%
CMYK
0, 100, 30, 23
Luminance
0.1371
Every format
| HEX | #c5008a |
| RGB | rgb(197, 0, 138) |
| HSL | hsl(318, 100%, 39%) |
| CMYK | cmyk(0%, 100%, 30%, 23%) |
| LAB | lab(43.8 73.3 -19.7) |
| LCH | lch(43.8 76.0 345.0) |
| OKLCH | oklch(0.546 0.231 346.9) |
Copy-ready code
/* CSS */
color: #c5008a;
background-color: #c5008a;
/* Tailwind (arbitrary) */
class="text-[#c5008a] bg-[#c5008a]"
/* SCSS */
$brand: #c5008a;
/* SwiftUI */
Color(red: 0.773, green: 0.000, blue: 0.541)
/* Android */
Color.parseColor("#c5008a")Accessibility — WCAG contrast
Aa
#c5008a on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c5008a on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green0.0%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow29.9%
Key (black)22.7%
Color previews
#c5008a text on a black background
contrast 3.74:1
Card sample
#c5008a text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5008a;
Background color
Panel with #c5008a background
background-color: #c5008a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5008a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 0, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 0, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5008a; background: linear-gradient(135deg, #c5008a, #C50007);