#cf5849
a balanced, vivid red · warm · closest name: salmon
RGB
207, 88, 73
HSL
7°, 58%, 55%
CMYK
0, 58, 65, 19
Luminance
0.2073
Every format
| HEX | #cf5849 |
| RGB | rgb(207, 88, 73) |
| HSL | hsl(7, 58%, 55%) |
| CMYK | cmyk(0%, 58%, 65%, 19%) |
| LAB | lab(52.6 46.1 32.2) |
| LCH | lch(52.6 56.3 34.9) |
| OKLCH | oklch(0.609 0.154 29.5) |
Copy-ready code
/* CSS */
color: #cf5849;
background-color: #cf5849;
/* Tailwind (arbitrary) */
class="text-[#cf5849] bg-[#cf5849]"
/* SCSS */
$brand: #cf5849;
/* SwiftUI */
Color(red: 0.812, green: 0.345, blue: 0.286)
/* Android */
Color.parseColor("#cf5849")Accessibility — WCAG contrast
Aa
#cf5849 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5849 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow64.7%
Key (black)18.8%
Color previews
#cf5849 text on a black background
contrast 5.15:1
Card sample
#cf5849 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5849;
Background color
Panel with #cf5849 background
background-color: #cf5849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 88, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 88, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5849; background: linear-gradient(135deg, #cf5849, #CFB149);