#cf8650
a balanced, vivid orange · warm · closest name: peru
RGB
207, 134, 80
HSL
26°, 57%, 56%
CMYK
0, 35, 61, 19
Luminance
0.3089
Every format
| HEX | #cf8650 |
| RGB | rgb(207, 134, 80) |
| HSL | hsl(26, 57%, 56%) |
| CMYK | cmyk(0%, 35%, 61%, 19%) |
| LAB | lab(62.4 22.8 40.2) |
| LCH | lch(62.4 46.2 60.5) |
| OKLCH | oklch(0.684 0.114 55.9) |
Copy-ready code
/* CSS */
color: #cf8650;
background-color: #cf8650;
/* Tailwind (arbitrary) */
class="text-[#cf8650] bg-[#cf8650]"
/* SCSS */
$brand: #cf8650;
/* SwiftUI */
Color(red: 0.812, green: 0.525, blue: 0.314)
/* Android */
Color.parseColor("#cf8650")Accessibility — WCAG contrast
Aa
#cf8650 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8650 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.5%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow61.4%
Key (black)18.8%
Color previews
#cf8650 text on a black background
contrast 7.18:1
Card sample
#cf8650 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8650;
Background color
Panel with #cf8650 background
background-color: #cf8650;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8650;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 134, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 134, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8650; background: linear-gradient(135deg, #cf8650, #C3CF50);