#cf792f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 121, 47
HSL
28°, 63%, 50%
CMYK
0, 42, 77, 19
Luminance
0.2715
Every format
| HEX | #cf792f |
| RGB | rgb(207, 121, 47) |
| HSL | hsl(28, 63%, 50%) |
| CMYK | cmyk(0%, 42%, 77%, 19%) |
| LAB | lab(59.1 28.0 52.6) |
| LCH | lch(59.1 59.6 62.0) |
| OKLCH | oklch(0.658 0.137 57.2) |
Copy-ready code
/* CSS */
color: #cf792f;
background-color: #cf792f;
/* Tailwind (arbitrary) */
class="text-[#cf792f] bg-[#cf792f]"
/* SCSS */
$brand: #cf792f;
/* SwiftUI */
Color(red: 0.812, green: 0.475, blue: 0.184)
/* Android */
Color.parseColor("#cf792f")Accessibility — WCAG contrast
Aa
#cf792f on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf792f on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow77.3%
Key (black)18.8%
Color previews
#cf792f text on a black background
contrast 6.43:1
Card sample
#cf792f text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf792f;
Background color
Panel with #cf792f background
background-color: #cf792f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf792f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 121, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 121, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf792f; background: linear-gradient(135deg, #cf792f, #BACF2F);