#cf7c71
a balanced, vivid red · warm · closest name: salmon
RGB
207, 124, 113
HSL
7°, 50%, 63%
CMYK
0, 40, 45, 19
Luminance
0.2887
Every format
| HEX | #cf7c71 |
| RGB | rgb(207, 124, 113) |
| HSL | hsl(7, 50%, 63%) |
| CMYK | cmyk(0%, 40%, 45%, 19%) |
| LAB | lab(60.7 31.0 19.8) |
| LCH | lch(60.7 36.8 32.6) |
| OKLCH | oklch(0.673 0.105 28.3) |
Copy-ready code
/* CSS */
color: #cf7c71;
background-color: #cf7c71;
/* Tailwind (arbitrary) */
class="text-[#cf7c71] bg-[#cf7c71]"
/* SCSS */
$brand: #cf7c71;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.443)
/* Android */
Color.parseColor("#cf7c71")Accessibility — WCAG contrast
Aa
#cf7c71 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7c71 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow45.4%
Key (black)18.8%
Color previews
#cf7c71 text on a black background
contrast 6.77:1
Card sample
#cf7c71 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7c71;
Background color
Panel with #cf7c71 background
background-color: #cf7c71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7c71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7c71; background: linear-gradient(135deg, #cf7c71, #CFBB71);