#cf863f
a balanced, vivid orange · warm · “peru”
RGB
207, 134, 63
HSL
30°, 60%, 53%
CMYK
0, 35, 70, 19
Luminance
0.3067
Every format
| HEX | #cf863f |
| RGB | rgb(207, 134, 63) |
| HSL | hsl(30, 60%, 53%) |
| CMYK | cmyk(0%, 35%, 70%, 19%) |
| LAB | lab(62.2 21.7 48.5) |
| LCH | lch(62.2 53.1 65.9) |
| OKLCH | oklch(0.682 0.124 62.1) |
Copy-ready code
/* CSS */
color: #cf863f;
background-color: #cf863f;
/* Tailwind (arbitrary) */
class="text-[#cf863f] bg-[#cf863f]"
/* SCSS */
$brand: #cf863f;
/* SwiftUI */
Color(red: 0.812, green: 0.525, blue: 0.247)
/* Android */
Color.parseColor("#cf863f")Accessibility — WCAG contrast
Aa
#cf863f on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf863f on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow69.6%
Key (black)18.8%
Color previews
#cf863f text on a black background
contrast 7.13:1
Card sample
#cf863f text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf863f;
Background color
Panel with #cf863f background
background-color: #cf863f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf863f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 134, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 134, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf863f; background: linear-gradient(135deg, #cf863f, #B8CF3F);