#c11697
a dark, electric magenta / pink · warm · closest name: purple
RGB
193, 22, 151
HSL
315°, 80%, 42%
CMYK
0, 89, 22, 24
Luminance
0.1415
Every format
| HEX | #c11697 |
| RGB | rgb(193, 22, 151) |
| HSL | hsl(315, 80%, 42%) |
| CMYK | cmyk(0%, 89%, 22%, 24%) |
| LAB | lab(44.5 71.6 -26.7) |
| LCH | lch(44.5 76.4 339.6) |
| OKLCH | oklch(0.551 0.227 341.6) |
Copy-ready code
/* CSS */
color: #c11697;
background-color: #c11697;
/* Tailwind (arbitrary) */
class="text-[#c11697] bg-[#c11697]"
/* SCSS */
$brand: #c11697;
/* SwiftUI */
Color(red: 0.757, green: 0.086, blue: 0.592)
/* Android */
Color.parseColor("#c11697")Accessibility — WCAG contrast
Aa
#c11697 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c11697 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green8.6%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow21.8%
Key (black)24.3%
Color previews
#c11697 text on a black background
contrast 3.83:1
Card sample
#c11697 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c11697;
Background color
Panel with #c11697 background
background-color: #c11697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c11697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 22, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 22, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c11697; background: linear-gradient(135deg, #c11697, #C11625);