#c77821
a balanced, vivid orange · warm · closest name: peru
RGB
199, 120, 33
HSL
31°, 72%, 46%
CMYK
0, 40, 83, 22
Luminance
0.2568
Every format
| HEX | #c77821 |
| RGB | rgb(199, 120, 33) |
| HSL | hsl(31, 72%, 46%) |
| CMYK | cmyk(0%, 40%, 83%, 22%) |
| LAB | lab(57.7 24.6 56.5) |
| LCH | lch(57.7 61.7 66.5) |
| OKLCH | oklch(0.645 0.136 62.3) |
Copy-ready code
/* CSS */
color: #c77821;
background-color: #c77821;
/* Tailwind (arbitrary) */
class="text-[#c77821] bg-[#c77821]"
/* SCSS */
$brand: #c77821;
/* SwiftUI */
Color(red: 0.780, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#c77821")Accessibility — WCAG contrast
Aa
#c77821 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c77821 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green47.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.7%
Yellow83.4%
Key (black)22.0%
Color previews
#c77821 text on a black background
contrast 6.14:1
Card sample
#c77821 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c77821;
Background color
Panel with #c77821 background
background-color: #c77821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c77821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c77821; background: linear-gradient(135deg, #c77821, #A8C721);