#ca5f4d
a balanced, vivid red · warm · closest name: salmon
RGB
202, 95, 77
HSL
9°, 54%, 55%
CMYK
0, 53, 62, 21
Luminance
0.2128
Every format
| HEX | #ca5f4d |
| RGB | rgb(202, 95, 77) |
| HSL | hsl(9, 54%, 55%) |
| CMYK | cmyk(0%, 53%, 62%, 21%) |
| LAB | lab(53.3 41.1 30.5) |
| LCH | lch(53.3 51.2 36.6) |
| OKLCH | oklch(0.613 0.140 31.2) |
Copy-ready code
/* CSS */
color: #ca5f4d;
background-color: #ca5f4d;
/* Tailwind (arbitrary) */
class="text-[#ca5f4d] bg-[#ca5f4d]"
/* SCSS */
$brand: #ca5f4d;
/* SwiftUI */
Color(red: 0.792, green: 0.373, blue: 0.302)
/* Android */
Color.parseColor("#ca5f4d")Accessibility — WCAG contrast
Aa
#ca5f4d on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca5f4d on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green37.3%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow61.9%
Key (black)20.8%
Color previews
#ca5f4d text on a black background
contrast 5.26:1
Card sample
#ca5f4d text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca5f4d;
Background color
Panel with #ca5f4d background
background-color: #ca5f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca5f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 95, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 95, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca5f4d; background: linear-gradient(135deg, #ca5f4d, #CAB24D);