#cf8577
a balanced, vivid red · warm · closest name: salmon
RGB
207, 133, 119
HSL
10°, 48%, 64%
CMYK
0, 36, 43, 19
Luminance
0.3137
Every format
| HEX | #cf8577 |
| RGB | rgb(207, 133, 119) |
| HSL | hsl(10, 48%, 64%) |
| CMYK | cmyk(0%, 36%, 43%, 19%) |
| LAB | lab(62.8 26.8 19.4) |
| LCH | lch(62.8 33.1 35.9) |
| OKLCH | oklch(0.690 0.094 31.3) |
Copy-ready code
/* CSS */
color: #cf8577;
background-color: #cf8577;
/* Tailwind (arbitrary) */
class="text-[#cf8577] bg-[#cf8577]"
/* SCSS */
$brand: #cf8577;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.467)
/* Android */
Color.parseColor("#cf8577")Accessibility — WCAG contrast
Aa
#cf8577 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8577 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow42.5%
Key (black)18.8%
Color previews
#cf8577 text on a black background
contrast 7.27:1
Card sample
#cf8577 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8577;
Background color
Panel with #cf8577 background
background-color: #cf8577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8577; background: linear-gradient(135deg, #cf8577, #CFC077);