#ca104e
a dark, electric magenta / pink · warm · closest name: crimson
RGB
202, 16, 78
HSL
340°, 85%, 43%
CMYK
0, 92, 61, 21
Luminance
0.1348
Every format
| HEX | #ca104e |
| RGB | rgb(202, 16, 78) |
| HSL | hsl(340, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 61%, 21%) |
| LAB | lab(43.5 67.9 17.3) |
| LCH | lch(43.5 70.0 14.3) |
| OKLCH | oklch(0.540 0.209 11.7) |
Copy-ready code
/* CSS */
color: #ca104e;
background-color: #ca104e;
/* Tailwind (arbitrary) */
class="text-[#ca104e] bg-[#ca104e]"
/* SCSS */
$brand: #ca104e;
/* SwiftUI */
Color(red: 0.792, green: 0.063, blue: 0.306)
/* Android */
Color.parseColor("#ca104e")Accessibility — WCAG contrast
Aa
#ca104e on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca104e on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green6.3%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow61.4%
Key (black)20.8%
Color previews
#ca104e text on a black background
contrast 3.70:1
Card sample
#ca104e text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca104e;
Background color
Panel with #ca104e background
background-color: #ca104e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca104e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 16, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 16, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca104e; background: linear-gradient(135deg, #ca104e, #CA4E10);