#cf747f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 116, 127
HSL
353°, 49%, 63%
CMYK
0, 44, 39, 19
Luminance
0.2729
Every format
| HEX | #cf747f |
| RGB | rgb(207, 116, 127) |
| HSL | hsl(353, 49%, 63%) |
| CMYK | cmyk(0%, 44%, 39%, 19%) |
| LAB | lab(59.2 36.8 9.8) |
| LCH | lch(59.2 38.1 15.0) |
| OKLCH | oklch(0.663 0.114 13.0) |
Copy-ready code
/* CSS */
color: #cf747f;
background-color: #cf747f;
/* Tailwind (arbitrary) */
class="text-[#cf747f] bg-[#cf747f]"
/* SCSS */
$brand: #cf747f;
/* SwiftUI */
Color(red: 0.812, green: 0.455, blue: 0.498)
/* Android */
Color.parseColor("#cf747f")Accessibility — WCAG contrast
Aa
#cf747f on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf747f on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow38.6%
Key (black)18.8%
Color previews
#cf747f text on a black background
contrast 6.46:1
Card sample
#cf747f text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf747f;
Background color
Panel with #cf747f background
background-color: #cf747f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf747f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 116, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 116, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf747f; background: linear-gradient(135deg, #cf747f, #CFA674);