#cf847f
a light, vivid red · warm · closest name: salmon
RGB
207, 132, 127
HSL
4°, 46%, 66%
CMYK
0, 36, 39, 19
Luminance
0.3130
Every format
| HEX | #cf847f |
| RGB | rgb(207, 132, 127) |
| HSL | hsl(4, 46%, 66%) |
| CMYK | cmyk(0%, 36%, 39%, 19%) |
| LAB | lab(62.8 28.3 14.8) |
| LCH | lch(62.8 31.9 27.6) |
| OKLCH | oklch(0.690 0.093 23.9) |
Copy-ready code
/* CSS */
color: #cf847f;
background-color: #cf847f;
/* Tailwind (arbitrary) */
class="text-[#cf847f] bg-[#cf847f]"
/* SCSS */
$brand: #cf847f;
/* SwiftUI */
Color(red: 0.812, green: 0.518, blue: 0.498)
/* Android */
Color.parseColor("#cf847f")Accessibility — WCAG contrast
Aa
#cf847f on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf847f on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow38.6%
Key (black)18.8%
Color previews
#cf847f text on a black background
contrast 7.26:1
Card sample
#cf847f text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf847f;
Background color
Panel with #cf847f background
background-color: #cf847f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf847f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 132, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 132, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf847f; background: linear-gradient(135deg, #cf847f, #CFB97F);