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