#cf574c
a balanced, vivid red · warm · closest name: salmon
RGB
207, 87, 76
HSL
5°, 58%, 56%
CMYK
0, 58, 63, 19
Luminance
0.2060
Every format
| HEX | #cf574c |
| RGB | rgb(207, 87, 76) |
| HSL | hsl(5, 58%, 56%) |
| CMYK | cmyk(0%, 58%, 63%, 19%) |
| LAB | lab(52.5 46.8 30.3) |
| LCH | lch(52.5 55.8 33.0) |
| OKLCH | oklch(0.609 0.155 27.8) |
Copy-ready code
/* CSS */
color: #cf574c;
background-color: #cf574c;
/* Tailwind (arbitrary) */
class="text-[#cf574c] bg-[#cf574c]"
/* SCSS */
$brand: #cf574c;
/* SwiftUI */
Color(red: 0.812, green: 0.341, blue: 0.298)
/* Android */
Color.parseColor("#cf574c")Accessibility — WCAG contrast
Aa
#cf574c on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf574c on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.1%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow63.3%
Key (black)18.8%
Color previews
#cf574c text on a black background
contrast 5.12:1
Card sample
#cf574c text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf574c;
Background color
Panel with #cf574c background
background-color: #cf574c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf574c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 87, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 87, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf574c; background: linear-gradient(135deg, #cf574c, #CFAE4C);