#cf8763
a balanced, vivid orange · warm · closest name: peru
RGB
207, 135, 99
HSL
20°, 53%, 60%
CMYK
0, 35, 52, 19
Luminance
0.3149
Every format
| HEX | #cf8763 |
| RGB | rgb(207, 135, 99) |
| HSL | hsl(20, 53%, 60%) |
| CMYK | cmyk(0%, 35%, 52%, 19%) |
| LAB | lab(62.9 23.7 30.6) |
| LCH | lch(62.9 38.8 52.3) |
| OKLCH | oklch(0.689 0.102 47.1) |
Copy-ready code
/* CSS */
color: #cf8763;
background-color: #cf8763;
/* Tailwind (arbitrary) */
class="text-[#cf8763] bg-[#cf8763]"
/* SCSS */
$brand: #cf8763;
/* SwiftUI */
Color(red: 0.812, green: 0.529, blue: 0.388)
/* Android */
Color.parseColor("#cf8763")Accessibility — WCAG contrast
Aa
#cf8763 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8763 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.9%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow52.2%
Key (black)18.8%
Color previews
#cf8763 text on a black background
contrast 7.30:1
Card sample
#cf8763 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8763;
Background color
Panel with #cf8763 background
background-color: #cf8763;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8763;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 135, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 135, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8763; background: linear-gradient(135deg, #cf8763, #CFCF63);