#c01467
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 20, 103
HSL
331°, 81%, 42%
CMYK
0, 90, 46, 25
Luminance
0.1269
Every format
| HEX | #c01467 |
| RGB | rgb(192, 20, 103) |
| HSL | hsl(331, 81%, 42%) |
| CMYK | cmyk(0%, 90%, 46%, 25%) |
| LAB | lab(42.3 66.7 -0.4) |
| LCH | lch(42.3 66.7 359.6) |
| OKLCH | oklch(0.530 0.205 359.9) |
Copy-ready code
/* CSS */
color: #c01467;
background-color: #c01467;
/* Tailwind (arbitrary) */
class="text-[#c01467] bg-[#c01467]"
/* SCSS */
$brand: #c01467;
/* SwiftUI */
Color(red: 0.753, green: 0.078, blue: 0.404)
/* Android */
Color.parseColor("#c01467")Accessibility — WCAG contrast
Aa
#c01467 on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01467 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.8%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow46.4%
Key (black)24.7%
Color previews
#c01467 text on a black background
contrast 3.54:1
Card sample
#c01467 text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01467;
Background color
Panel with #c01467 background
background-color: #c01467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 20, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 20, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01467; background: linear-gradient(135deg, #c01467, #C03414);