#cf862f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 134, 47
HSL
33°, 63%, 50%
CMYK
0, 35, 77, 19
Luminance
0.3052
Every format
| HEX | #cf862f |
| RGB | rgb(207, 134, 47) |
| HSL | hsl(33, 63%, 50%) |
| CMYK | cmyk(0%, 35%, 77%, 19%) |
| LAB | lab(62.1 20.9 55.5) |
| LCH | lch(62.1 59.3 69.3) |
| OKLCH | oklch(0.681 0.133 66.2) |
Copy-ready code
/* CSS */
color: #cf862f;
background-color: #cf862f;
/* Tailwind (arbitrary) */
class="text-[#cf862f] bg-[#cf862f]"
/* SCSS */
$brand: #cf862f;
/* SwiftUI */
Color(red: 0.812, green: 0.525, blue: 0.184)
/* Android */
Color.parseColor("#cf862f")Accessibility — WCAG contrast
Aa
#cf862f on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf862f on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow77.3%
Key (black)18.8%
Color previews
#cf862f text on a black background
contrast 7.10:1
Card sample
#cf862f text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf862f;
Background color
Panel with #cf862f background
background-color: #cf862f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf862f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 134, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 134, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf862f; background: linear-gradient(135deg, #cf862f, #ADCF2F);