#ca1237
a dark, electric red · warm · closest name: crimson
RGB
202, 18, 55
HSL
348°, 84%, 43%
CMYK
0, 91, 73, 21
Luminance
0.1327
Every format
| HEX | #ca1237 |
| RGB | rgb(202, 18, 55) |
| HSL | hsl(348, 84%, 43%) |
| CMYK | cmyk(0%, 91%, 73%, 21%) |
| LAB | lab(43.2 66.5 31.1) |
| LCH | lch(43.2 73.4 25.1) |
| OKLCH | oklch(0.536 0.208 19.9) |
Copy-ready code
/* CSS */
color: #ca1237;
background-color: #ca1237;
/* Tailwind (arbitrary) */
class="text-[#ca1237] bg-[#ca1237]"
/* SCSS */
$brand: #ca1237;
/* SwiftUI */
Color(red: 0.792, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#ca1237")Accessibility — WCAG contrast
Aa
#ca1237 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca1237 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow72.8%
Key (black)20.8%
Color previews
#ca1237 text on a black background
contrast 3.65:1
Card sample
#ca1237 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca1237;
Background color
Panel with #ca1237 background
background-color: #ca1237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca1237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca1237; background: linear-gradient(135deg, #ca1237, #CA6712);