#cf871f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 135, 31
HSL
36°, 74%, 47%
CMYK
0, 35, 85, 19
Luminance
0.3069
Every format
| HEX | #cf871f |
| RGB | rgb(207, 135, 31) |
| HSL | hsl(36, 74%, 47%) |
| CMYK | cmyk(0%, 35%, 85%, 19%) |
| LAB | lab(62.3 19.9 61.5) |
| LCH | lch(62.3 64.6 72.1) |
| OKLCH | oklch(0.682 0.139 69.5) |
Copy-ready code
/* CSS */
color: #cf871f;
background-color: #cf871f;
/* Tailwind (arbitrary) */
class="text-[#cf871f] bg-[#cf871f]"
/* SCSS */
$brand: #cf871f;
/* SwiftUI */
Color(red: 0.812, green: 0.529, blue: 0.122)
/* Android */
Color.parseColor("#cf871f")Accessibility — WCAG contrast
Aa
#cf871f on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf871f on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow85.0%
Key (black)18.8%
Color previews
#cf871f text on a black background
contrast 7.14:1
Card sample
#cf871f text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf871f;
Background color
Panel with #cf871f background
background-color: #cf871f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf871f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 135, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 135, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf871f; background: linear-gradient(135deg, #cf871f, #A2CF1F);