#ca2f39
a balanced, vivid red · warm · closest name: firebrick
RGB
202, 47, 57
HSL
356°, 62%, 49%
CMYK
0, 77, 72, 21
Luminance
0.1488
Every format
| HEX | #ca2f39 |
| RGB | rgb(202, 47, 57) |
| HSL | hsl(356, 62%, 49%) |
| CMYK | cmyk(0%, 77%, 72%, 21%) |
| LAB | lab(45.5 60.0 32.7) |
| LCH | lch(45.5 68.4 28.5) |
| OKLCH | oklch(0.553 0.191 23.0) |
Copy-ready code
/* CSS */
color: #ca2f39;
background-color: #ca2f39;
/* Tailwind (arbitrary) */
class="text-[#ca2f39] bg-[#ca2f39]"
/* SCSS */
$brand: #ca2f39;
/* SwiftUI */
Color(red: 0.792, green: 0.184, blue: 0.224)
/* Android */
Color.parseColor("#ca2f39")Accessibility — WCAG contrast
Aa
#ca2f39 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca2f39 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green18.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow71.8%
Key (black)20.8%
Color previews
#ca2f39 text on a black background
contrast 3.98:1
Card sample
#ca2f39 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca2f39;
Background color
Panel with #ca2f39 background
background-color: #ca2f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca2f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 47, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 47, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca2f39; background: linear-gradient(135deg, #ca2f39, #CA8C2F);