#c90944
a dark, electric magenta / pink · warm · closest name: crimson
RGB
201, 9, 68
HSL
342°, 91%, 41%
CMYK
0, 96, 66, 21
Luminance
0.1303
Every format
| HEX | #c90944 |
| RGB | rgb(201, 9, 68) |
| HSL | hsl(342, 91%, 41%) |
| CMYK | cmyk(0%, 96%, 66%, 21%) |
| LAB | lab(42.8 67.8 22.6) |
| LCH | lch(42.8 71.5 18.4) |
| OKLCH | oklch(0.534 0.210 14.9) |
Copy-ready code
/* CSS */
color: #c90944;
background-color: #c90944;
/* Tailwind (arbitrary) */
class="text-[#c90944] bg-[#c90944]"
/* SCSS */
$brand: #c90944;
/* SwiftUI */
Color(red: 0.788, green: 0.035, blue: 0.267)
/* Android */
Color.parseColor("#c90944")Accessibility — WCAG contrast
Aa
#c90944 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c90944 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green3.5%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta95.5%
Yellow66.2%
Key (black)21.2%
Color previews
#c90944 text on a black background
contrast 3.61:1
Card sample
#c90944 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c90944;
Background color
Panel with #c90944 background
background-color: #c90944;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c90944;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 9, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 9, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c90944; background: linear-gradient(135deg, #c90944, #C94E09);