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