#cf844f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 132, 79
HSL
25°, 57%, 56%
CMYK
0, 36, 62, 19
Luminance
0.3033
Every format
| HEX | #cf844f |
| RGB | rgb(207, 132, 79) |
| HSL | hsl(25, 57%, 56%) |
| CMYK | cmyk(0%, 36%, 62%, 19%) |
| LAB | lab(61.9 23.8 40.2) |
| LCH | lch(61.9 46.7 59.4) |
| OKLCH | oklch(0.681 0.115 54.7) |
Copy-ready code
/* CSS */
color: #cf844f;
background-color: #cf844f;
/* Tailwind (arbitrary) */
class="text-[#cf844f] bg-[#cf844f]"
/* SCSS */
$brand: #cf844f;
/* SwiftUI */
Color(red: 0.812, green: 0.518, blue: 0.310)
/* Android */
Color.parseColor("#cf844f")Accessibility — WCAG contrast
Aa
#cf844f on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf844f on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow61.8%
Key (black)18.8%
Color previews
#cf844f text on a black background
contrast 7.07:1
Card sample
#cf844f text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf844f;
Background color
Panel with #cf844f background
background-color: #cf844f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf844f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 132, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 132, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf844f; background: linear-gradient(135deg, #cf844f, #C5CF4F);