#c2005b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
194, 0, 91
HSL
332°, 100%, 38%
CMYK
0, 100, 53, 24
Luminance
0.1222
Every format
| HEX | #c2005b |
| RGB | rgb(194, 0, 91) |
| HSL | hsl(332, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 53%, 24%) |
| LAB | lab(41.6 68.5 6.2) |
| LCH | lch(41.6 68.7 5.1) |
| OKLCH | oklch(0.524 0.211 4.4) |
Copy-ready code
/* CSS */
color: #c2005b;
background-color: #c2005b;
/* Tailwind (arbitrary) */
class="text-[#c2005b] bg-[#c2005b]"
/* SCSS */
$brand: #c2005b;
/* SwiftUI */
Color(red: 0.761, green: 0.000, blue: 0.357)
/* Android */
Color.parseColor("#c2005b")Accessibility — WCAG contrast
Aa
#c2005b on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c2005b on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green0.0%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow53.1%
Key (black)23.9%
Color previews
#c2005b text on a black background
contrast 3.44:1
Card sample
#c2005b text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2005b;
Background color
Panel with #c2005b background
background-color: #c2005b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2005b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 0, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 0, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2005b; background: linear-gradient(135deg, #c2005b, #C22600);