#cf804f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 128, 79
HSL
23°, 57%, 56%
CMYK
0, 38, 62, 19
Luminance
0.2927
Every format
| HEX | #cf804f |
| RGB | rgb(207, 128, 79) |
| HSL | hsl(23, 57%, 56%) |
| CMYK | cmyk(0%, 38%, 62%, 19%) |
| LAB | lab(61.0 25.9 39.1) |
| LCH | lch(61.0 46.9 56.4) |
| OKLCH | oklch(0.674 0.117 51.4) |
Copy-ready code
/* CSS */
color: #cf804f;
background-color: #cf804f;
/* Tailwind (arbitrary) */
class="text-[#cf804f] bg-[#cf804f]"
/* SCSS */
$brand: #cf804f;
/* SwiftUI */
Color(red: 0.812, green: 0.502, blue: 0.310)
/* Android */
Color.parseColor("#cf804f")Accessibility — WCAG contrast
Aa
#cf804f on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf804f on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow61.8%
Key (black)18.8%
Color previews
#cf804f text on a black background
contrast 6.85:1
Card sample
#cf804f text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf804f;
Background color
Panel with #cf804f background
background-color: #cf804f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf804f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 128, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 128, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf804f; background: linear-gradient(135deg, #cf804f, #C9CF4F);