#c4792a
a balanced, vivid orange · warm · closest name: peru
RGB
196, 121, 42
HSL
31°, 65%, 47%
CMYK
0, 38, 79, 23
Luminance
0.2558
Every format
| HEX | #c4792a |
| RGB | rgb(196, 121, 42) |
| HSL | hsl(31, 65%, 47%) |
| CMYK | cmyk(0%, 38%, 79%, 23%) |
| LAB | lab(57.6 23.1 52.8) |
| LCH | lch(57.6 57.7 66.4) |
| OKLCH | oklch(0.643 0.130 62.4) |
Copy-ready code
/* CSS */
color: #c4792a;
background-color: #c4792a;
/* Tailwind (arbitrary) */
class="text-[#c4792a] bg-[#c4792a]"
/* SCSS */
$brand: #c4792a;
/* SwiftUI */
Color(red: 0.769, green: 0.475, blue: 0.165)
/* Android */
Color.parseColor("#c4792a")Accessibility — WCAG contrast
Aa
#c4792a on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c4792a on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green47.5%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow78.6%
Key (black)23.1%
Color previews
#c4792a text on a black background
contrast 6.12:1
Card sample
#c4792a text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4792a;
Background color
Panel with #c4792a background
background-color: #c4792a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4792a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 121, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 121, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4792a; background: linear-gradient(135deg, #c4792a, #A8C42A);