#cf887c
a balanced, vivid red · warm · closest name: salmon
RGB
207, 136, 124
HSL
9°, 46%, 65%
CMYK
0, 34, 40, 19
Luminance
0.3233
Every format
| HEX | #cf887c |
| RGB | rgb(207, 136, 124) |
| HSL | hsl(9, 46%, 65%) |
| CMYK | cmyk(0%, 34%, 40%, 19%) |
| LAB | lab(63.6 25.7 17.6) |
| LCH | lch(63.6 31.2 34.4) |
| OKLCH | oklch(0.696 0.090 30.0) |
Copy-ready code
/* CSS */
color: #cf887c;
background-color: #cf887c;
/* Tailwind (arbitrary) */
class="text-[#cf887c] bg-[#cf887c]"
/* SCSS */
$brand: #cf887c;
/* SwiftUI */
Color(red: 0.812, green: 0.533, blue: 0.486)
/* Android */
Color.parseColor("#cf887c")Accessibility — WCAG contrast
Aa
#cf887c on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf887c on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.3%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow40.1%
Key (black)18.8%
Color previews
#cf887c text on a black background
contrast 7.47:1
Card sample
#cf887c text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf887c;
Background color
Panel with #cf887c background
background-color: #cf887c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf887c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 136, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 136, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf887c; background: linear-gradient(135deg, #cf887c, #CFBF7C);