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