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