#cf8772
a balanced, vivid red · warm · closest name: salmon
RGB
207, 135, 114
HSL
14°, 49%, 63%
CMYK
0, 35, 45, 19
Luminance
0.3181
Every format
| HEX | #cf8772 |
| RGB | rgb(207, 135, 114) |
| HSL | hsl(14, 49%, 63%) |
| CMYK | cmyk(0%, 35%, 45%, 19%) |
| LAB | lab(63.2 25.2 22.7) |
| LCH | lch(63.2 33.9 42.0) |
| OKLCH | oklch(0.692 0.094 37.0) |
Copy-ready code
/* CSS */
color: #cf8772;
background-color: #cf8772;
/* Tailwind (arbitrary) */
class="text-[#cf8772] bg-[#cf8772]"
/* SCSS */
$brand: #cf8772;
/* SwiftUI */
Color(red: 0.812, green: 0.529, blue: 0.447)
/* Android */
Color.parseColor("#cf8772")Accessibility — WCAG contrast
Aa
#cf8772 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8772 on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.9%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow44.9%
Key (black)18.8%
Color previews
#cf8772 text on a black background
contrast 7.36:1
Card sample
#cf8772 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8772;
Background color
Panel with #cf8772 background
background-color: #cf8772;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8772;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 135, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 135, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8772; background: linear-gradient(135deg, #cf8772, #CFC572);