#ca3f3f
a balanced, vivid red · warm · closest name: firebrick
RGB
202, 63, 63
HSL
0°, 57%, 52%
CMYK
0, 69, 69, 21
Luminance
0.1647
Every format
| HEX | #ca3f3f |
| RGB | rgb(202, 63, 63) |
| HSL | hsl(0, 57%, 52%) |
| CMYK | cmyk(0%, 69%, 69%, 21%) |
| LAB | lab(47.6 54.7 31.6) |
| LCH | lch(47.6 63.2 30.0) |
| OKLCH | oklch(0.569 0.176 24.7) |
Copy-ready code
/* CSS */
color: #ca3f3f;
background-color: #ca3f3f;
/* Tailwind (arbitrary) */
class="text-[#ca3f3f] bg-[#ca3f3f]"
/* SCSS */
$brand: #ca3f3f;
/* SwiftUI */
Color(red: 0.792, green: 0.247, blue: 0.247)
/* Android */
Color.parseColor("#ca3f3f")Accessibility — WCAG contrast
Aa
#ca3f3f on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca3f3f on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green24.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow68.8%
Key (black)20.8%
Color previews
#ca3f3f text on a black background
contrast 4.29:1
Card sample
#ca3f3f text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca3f3f;
Background color
Panel with #ca3f3f background
background-color: #ca3f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca3f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 63, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 63, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca3f3f; background: linear-gradient(135deg, #ca3f3f, #CA9C3F);