#c78821
a balanced, vivid orange · warm · closest name: peru
RGB
199, 136, 33
HSL
37°, 72%, 46%
CMYK
0, 32, 83, 22
Luminance
0.2986
Every format
| HEX | #c78821 |
| RGB | rgb(199, 136, 33) |
| HSL | hsl(37, 72%, 46%) |
| CMYK | cmyk(0%, 32%, 83%, 22%) |
| LAB | lab(61.5 15.9 59.8) |
| LCH | lch(61.5 61.9 75.1) |
| OKLCH | oklch(0.674 0.133 73.6) |
Copy-ready code
/* CSS */
color: #c78821;
background-color: #c78821;
/* Tailwind (arbitrary) */
class="text-[#c78821] bg-[#c78821]"
/* SCSS */
$brand: #c78821;
/* SwiftUI */
Color(red: 0.780, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#c78821")Accessibility — WCAG contrast
Aa
#c78821 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c78821 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green53.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.7%
Yellow83.4%
Key (black)22.0%
Color previews
#c78821 text on a black background
contrast 6.97:1
Card sample
#c78821 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c78821;
Background color
Panel with #c78821 background
background-color: #c78821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c78821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c78821; background: linear-gradient(135deg, #c78821, #97C721);