#cf6147
a balanced, vivid red · warm · closest name: salmon
RGB
207, 97, 71
HSL
12°, 59%, 55%
CMYK
0, 53, 66, 19
Luminance
0.2227
Every format
| HEX | #cf6147 |
| RGB | rgb(207, 97, 71) |
| HSL | hsl(12, 59%, 55%) |
| CMYK | cmyk(0%, 53%, 66%, 19%) |
| LAB | lab(54.3 41.6 35.4) |
| LCH | lch(54.3 54.6 40.3) |
| OKLCH | oklch(0.622 0.145 34.6) |
Copy-ready code
/* CSS */
color: #cf6147;
background-color: #cf6147;
/* Tailwind (arbitrary) */
class="text-[#cf6147] bg-[#cf6147]"
/* SCSS */
$brand: #cf6147;
/* SwiftUI */
Color(red: 0.812, green: 0.380, blue: 0.278)
/* Android */
Color.parseColor("#cf6147")Accessibility — WCAG contrast
Aa
#cf6147 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6147 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.0%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow65.7%
Key (black)18.8%
Color previews
#cf6147 text on a black background
contrast 5.45:1
Card sample
#cf6147 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6147;
Background color
Panel with #cf6147 background
background-color: #cf6147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 97, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 97, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6147; background: linear-gradient(135deg, #cf6147, #CFBC47);