#cf8569
a balanced, vivid orange · warm · closest name: salmon
RGB
207, 133, 105
HSL
17°, 52%, 61%
CMYK
0, 36, 49, 19
Luminance
0.3106
Every format
| HEX | #cf8569 |
| RGB | rgb(207, 133, 105) |
| HSL | hsl(17, 52%, 61%) |
| CMYK | cmyk(0%, 36%, 49%, 19%) |
| LAB | lab(62.6 25.4 26.9) |
| LCH | lch(62.6 37.0 46.6) |
| OKLCH | oklch(0.687 0.100 41.4) |
Copy-ready code
/* CSS */
color: #cf8569;
background-color: #cf8569;
/* Tailwind (arbitrary) */
class="text-[#cf8569] bg-[#cf8569]"
/* SCSS */
$brand: #cf8569;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.412)
/* Android */
Color.parseColor("#cf8569")Accessibility — WCAG contrast
Aa
#cf8569 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8569 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow49.3%
Key (black)18.8%
Color previews
#cf8569 text on a black background
contrast 7.21:1
Card sample
#cf8569 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8569;
Background color
Panel with #cf8569 background
background-color: #cf8569;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8569;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8569; background: linear-gradient(135deg, #cf8569, #CFC969);