#c11554
a dark, electric magenta / pink · warm · closest name: crimson
RGB
193, 21, 84
HSL
338°, 80%, 42%
CMYK
0, 89, 57, 24
Luminance
0.1251
Every format
| HEX | #c11554 |
| RGB | rgb(193, 21, 84) |
| HSL | hsl(338, 80%, 42%) |
| CMYK | cmyk(0%, 89%, 57%, 24%) |
| LAB | lab(42.0 65.3 11.2) |
| LCH | lch(42.0 66.3 9.7) |
| OKLCH | oklch(0.526 0.201 8.1) |
Copy-ready code
/* CSS */
color: #c11554;
background-color: #c11554;
/* Tailwind (arbitrary) */
class="text-[#c11554] bg-[#c11554]"
/* SCSS */
$brand: #c11554;
/* SwiftUI */
Color(red: 0.757, green: 0.082, blue: 0.329)
/* Android */
Color.parseColor("#c11554")Accessibility — WCAG contrast
Aa
#c11554 on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c11554 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green8.2%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow56.5%
Key (black)24.3%
Color previews
#c11554 text on a black background
contrast 3.50:1
Card sample
#c11554 text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c11554;
Background color
Panel with #c11554 background
background-color: #c11554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c11554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 21, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 21, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c11554; background: linear-gradient(135deg, #c11554, #C14915);