#cf856c
a balanced, vivid orange · warm · closest name: salmon
RGB
207, 133, 108
HSL
15°, 51%, 62%
CMYK
0, 36, 48, 19
Luminance
0.3112
Every format
| HEX | #cf856c |
| RGB | rgb(207, 133, 108) |
| HSL | hsl(15, 51%, 62%) |
| CMYK | cmyk(0%, 36%, 48%, 19%) |
| LAB | lab(62.6 25.7 25.3) |
| LCH | lch(62.6 36.0 44.5) |
| OKLCH | oklch(0.687 0.099 39.4) |
Copy-ready code
/* CSS */
color: #cf856c;
background-color: #cf856c;
/* Tailwind (arbitrary) */
class="text-[#cf856c] bg-[#cf856c]"
/* SCSS */
$brand: #cf856c;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.424)
/* Android */
Color.parseColor("#cf856c")Accessibility — WCAG contrast
Aa
#cf856c on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf856c on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow47.8%
Key (black)18.8%
Color previews
#cf856c text on a black background
contrast 7.22:1
Card sample
#cf856c text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf856c;
Background color
Panel with #cf856c background
background-color: #cf856c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf856c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf856c; background: linear-gradient(135deg, #cf856c, #CFC76C);