#cc792c
a balanced, vivid orange · warm · closest name: peru
RGB
204, 121, 44
HSL
29°, 65%, 49%
CMYK
0, 41, 78, 20
Luminance
0.2669
Every format
| HEX | #cc792c |
| RGB | rgb(204, 121, 44) |
| HSL | hsl(29, 65%, 49%) |
| CMYK | cmyk(0%, 41%, 78%, 20%) |
| LAB | lab(58.7 26.6 53.4) |
| LCH | lch(58.7 59.6 63.5) |
| OKLCH | oklch(0.654 0.136 58.9) |
Copy-ready code
/* CSS */
color: #cc792c;
background-color: #cc792c;
/* Tailwind (arbitrary) */
class="text-[#cc792c] bg-[#cc792c]"
/* SCSS */
$brand: #cc792c;
/* SwiftUI */
Color(red: 0.800, green: 0.475, blue: 0.173)
/* Android */
Color.parseColor("#cc792c")Accessibility — WCAG contrast
Aa
#cc792c on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc792c on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green47.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow78.4%
Key (black)20.0%
Color previews
#cc792c text on a black background
contrast 6.34:1
Card sample
#cc792c text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc792c;
Background color
Panel with #cc792c background
background-color: #cc792c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc792c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 121, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 121, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc792c; background: linear-gradient(135deg, #cc792c, #B4CC2C);