#cf574f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 87, 79
HSL
4°, 57%, 56%
CMYK
0, 58, 62, 19
Luminance
0.2065
Every format
| HEX | #cf574f |
| RGB | rgb(207, 87, 79) |
| HSL | hsl(4, 57%, 56%) |
| CMYK | cmyk(0%, 58%, 62%, 19%) |
| LAB | lab(52.6 47.0 28.7) |
| LCH | lch(52.6 55.0 31.4) |
| OKLCH | oklch(0.609 0.154 26.4) |
Copy-ready code
/* CSS */
color: #cf574f;
background-color: #cf574f;
/* Tailwind (arbitrary) */
class="text-[#cf574f] bg-[#cf574f]"
/* SCSS */
$brand: #cf574f;
/* SwiftUI */
Color(red: 0.812, green: 0.341, blue: 0.310)
/* Android */
Color.parseColor("#cf574f")Accessibility — WCAG contrast
Aa
#cf574f on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf574f on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow61.8%
Key (black)18.8%
Color previews
#cf574f text on a black background
contrast 5.13:1
Card sample
#cf574f text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf574f;
Background color
Panel with #cf574f background
background-color: #cf574f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf574f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 87, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 87, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf574f; background: linear-gradient(135deg, #cf574f, #CFAC4F);