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