#ca7261
a balanced, vivid red · warm · closest name: salmon
RGB
202, 114, 97
HSL
10°, 50%, 59%
CMYK
0, 44, 52, 21
Luminance
0.2545
Every format
| HEX | #ca7261 |
| RGB | rgb(202, 114, 97) |
| HSL | hsl(10, 50%, 59%) |
| CMYK | cmyk(0%, 44%, 52%, 21%) |
| LAB | lab(57.5 32.9 24.6) |
| LCH | lch(57.5 41.1 36.8) |
| OKLCH | oklch(0.646 0.115 31.9) |
Copy-ready code
/* CSS */
color: #ca7261;
background-color: #ca7261;
/* Tailwind (arbitrary) */
class="text-[#ca7261] bg-[#ca7261]"
/* SCSS */
$brand: #ca7261;
/* SwiftUI */
Color(red: 0.792, green: 0.447, blue: 0.380)
/* Android */
Color.parseColor("#ca7261")Accessibility — WCAG contrast
Aa
#ca7261 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca7261 on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green44.7%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta43.6%
Yellow52.0%
Key (black)20.8%
Color previews
#ca7261 text on a black background
contrast 6.09:1
Card sample
#ca7261 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca7261;
Background color
Panel with #ca7261 background
background-color: #ca7261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca7261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 114, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 114, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca7261; background: linear-gradient(135deg, #ca7261, #CAB861);