#cf7571
a balanced, vivid red · warm · closest name: salmon
RGB
207, 117, 113
HSL
3°, 50%, 63%
CMYK
0, 44, 45, 19
Luminance
0.2718
Every format
| HEX | #cf7571 |
| RGB | rgb(207, 117, 113) |
| HSL | hsl(3, 50%, 63%) |
| CMYK | cmyk(0%, 44%, 45%, 19%) |
| LAB | lab(59.1 34.8 17.8) |
| LCH | lch(59.1 39.0 27.1) |
| OKLCH | oklch(0.661 0.114 23.3) |
Copy-ready code
/* CSS */
color: #cf7571;
background-color: #cf7571;
/* Tailwind (arbitrary) */
class="text-[#cf7571] bg-[#cf7571]"
/* SCSS */
$brand: #cf7571;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.443)
/* Android */
Color.parseColor("#cf7571")Accessibility — WCAG contrast
Aa
#cf7571 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7571 on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow45.4%
Key (black)18.8%
Color previews
#cf7571 text on a black background
contrast 6.44:1
Card sample
#cf7571 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7571;
Background color
Panel with #cf7571 background
background-color: #cf7571;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7571;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7571; background: linear-gradient(135deg, #cf7571, #CFB471);