#cf8656
a balanced, vivid orange · warm · closest name: peru
RGB
207, 134, 86
HSL
24°, 56%, 58%
CMYK
0, 35, 59, 19
Luminance
0.3099
Every format
| HEX | #cf8656 |
| RGB | rgb(207, 134, 86) |
| HSL | hsl(24, 56%, 58%) |
| CMYK | cmyk(0%, 35%, 59%, 19%) |
| LAB | lab(62.5 23.2 37.1) |
| LCH | lch(62.5 43.8 58.0) |
| OKLCH | oklch(0.685 0.110 53.2) |
Copy-ready code
/* CSS */
color: #cf8656;
background-color: #cf8656;
/* Tailwind (arbitrary) */
class="text-[#cf8656] bg-[#cf8656]"
/* SCSS */
$brand: #cf8656;
/* SwiftUI */
Color(red: 0.812, green: 0.525, blue: 0.337)
/* Android */
Color.parseColor("#cf8656")Accessibility — WCAG contrast
Aa
#cf8656 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8656 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.5%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow58.5%
Key (black)18.8%
Color previews
#cf8656 text on a black background
contrast 7.20:1
Card sample
#cf8656 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8656;
Background color
Panel with #cf8656 background
background-color: #cf8656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 134, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 134, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8656; background: linear-gradient(135deg, #cf8656, #C7CF56);