#cf784d
a balanced, vivid orange · warm · closest name: peru
RGB
207, 120, 77
HSL
20°, 58%, 56%
CMYK
0, 42, 63, 19
Luminance
0.2723
Every format
| HEX | #cf784d |
| RGB | rgb(207, 120, 77) |
| HSL | hsl(20, 58%, 56%) |
| CMYK | cmyk(0%, 42%, 63%, 19%) |
| LAB | lab(59.2 30.1 37.9) |
| LCH | lch(59.2 48.4 51.6) |
| OKLCH | oklch(0.659 0.123 46.2) |
Copy-ready code
/* CSS */
color: #cf784d;
background-color: #cf784d;
/* Tailwind (arbitrary) */
class="text-[#cf784d] bg-[#cf784d]"
/* SCSS */
$brand: #cf784d;
/* SwiftUI */
Color(red: 0.812, green: 0.471, blue: 0.302)
/* Android */
Color.parseColor("#cf784d")Accessibility — WCAG contrast
Aa
#cf784d on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf784d on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.1%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow62.8%
Key (black)18.8%
Color previews
#cf784d text on a black background
contrast 6.45:1
Card sample
#cf784d text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf784d;
Background color
Panel with #cf784d background
background-color: #cf784d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf784d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 120, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 120, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf784d; background: linear-gradient(135deg, #cf784d, #CFCF4D);