#cf876f
a balanced, vivid orange · warm · closest name: salmon
RGB
207, 135, 111
HSL
15°, 50%, 62%
CMYK
0, 35, 46, 19
Luminance
0.3174
Every format
| HEX | #cf876f |
| RGB | rgb(207, 135, 111) |
| HSL | hsl(15, 50%, 62%) |
| CMYK | cmyk(0%, 35%, 46%, 19%) |
| LAB | lab(63.1 24.9 24.3) |
| LCH | lch(63.1 34.8 44.3) |
| OKLCH | oklch(0.692 0.096 39.2) |
Copy-ready code
/* CSS */
color: #cf876f;
background-color: #cf876f;
/* Tailwind (arbitrary) */
class="text-[#cf876f] bg-[#cf876f]"
/* SCSS */
$brand: #cf876f;
/* SwiftUI */
Color(red: 0.812, green: 0.529, blue: 0.435)
/* Android */
Color.parseColor("#cf876f")Accessibility — WCAG contrast
Aa
#cf876f on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf876f on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow46.4%
Key (black)18.8%
Color previews
#cf876f text on a black background
contrast 7.35:1
Card sample
#cf876f text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf876f;
Background color
Panel with #cf876f background
background-color: #cf876f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf876f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 135, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 135, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf876f; background: linear-gradient(135deg, #cf876f, #CFC76F);