#ca003e
a dark, electric magenta / pink · warm · closest name: crimson
RGB
202, 0, 62
HSL
342°, 100%, 40%
CMYK
0, 100, 69, 21
Luminance
0.1290
Every format
| HEX | #ca003e |
| RGB | rgb(202, 0, 62) |
| HSL | hsl(342, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 69%, 21%) |
| LAB | lab(42.6 68.6 26.2) |
| LCH | lch(42.6 73.5 20.9) |
| OKLCH | oklch(0.532 0.213 16.7) |
Copy-ready code
/* CSS */
color: #ca003e;
background-color: #ca003e;
/* Tailwind (arbitrary) */
class="text-[#ca003e] bg-[#ca003e]"
/* SCSS */
$brand: #ca003e;
/* SwiftUI */
Color(red: 0.792, green: 0.000, blue: 0.243)
/* Android */
Color.parseColor("#ca003e")Accessibility — WCAG contrast
Aa
#ca003e on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca003e on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green0.0%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow69.3%
Key (black)20.8%
Color previews
#ca003e text on a black background
contrast 3.58:1
Card sample
#ca003e text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca003e;
Background color
Panel with #ca003e background
background-color: #ca003e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca003e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 0, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 0, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca003e; background: linear-gradient(135deg, #ca003e, #CA4900);