#cf8c6f
a balanced, vivid orange · warm · closest name: tan
RGB
207, 140, 111
HSL
18°, 50%, 62%
CMYK
0, 32, 46, 19
Luminance
0.3317
Every format
| HEX | #cf8c6f |
| RGB | rgb(207, 140, 111) |
| HSL | hsl(18, 50%, 62%) |
| CMYK | cmyk(0%, 32%, 46%, 19%) |
| LAB | lab(64.3 22.2 25.8) |
| LCH | lch(64.3 34.0 49.4) |
| OKLCH | oklch(0.701 0.092 44.2) |
Copy-ready code
/* CSS */
color: #cf8c6f;
background-color: #cf8c6f;
/* Tailwind (arbitrary) */
class="text-[#cf8c6f] bg-[#cf8c6f]"
/* SCSS */
$brand: #cf8c6f;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.435)
/* Android */
Color.parseColor("#cf8c6f")Accessibility — WCAG contrast
Aa
#cf8c6f on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8c6f on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow46.4%
Key (black)18.8%
Color previews
#cf8c6f text on a black background
contrast 7.63:1
Card sample
#cf8c6f text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8c6f;
Background color
Panel with #cf8c6f background
background-color: #cf8c6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8c6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8c6f; background: linear-gradient(135deg, #cf8c6f, #CFCC6F);