#c77b13
a dark, electric orange · warm · closest name: peru
RGB
199, 123, 19
HSL
35°, 83%, 43%
CMYK
0, 38, 91, 22
Luminance
0.2636
Every format
| HEX | #c77b13 |
| RGB | rgb(199, 123, 19) |
| HSL | hsl(35, 83%, 43%) |
| CMYK | cmyk(0%, 38%, 91%, 22%) |
| LAB | lab(58.4 22.7 61.3) |
| LCH | lch(58.4 65.4 69.7) |
| OKLCH | oklch(0.649 0.140 66.2) |
Copy-ready code
/* CSS */
color: #c77b13;
background-color: #c77b13;
/* Tailwind (arbitrary) */
class="text-[#c77b13] bg-[#c77b13]"
/* SCSS */
$brand: #c77b13;
/* SwiftUI */
Color(red: 0.780, green: 0.482, blue: 0.075)
/* Android */
Color.parseColor("#c77b13")Accessibility — WCAG contrast
Aa
#c77b13 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c77b13 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green48.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow90.5%
Key (black)22.0%
Color previews
#c77b13 text on a black background
contrast 6.27:1
Card sample
#c77b13 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c77b13;
Background color
Panel with #c77b13 background
background-color: #c77b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c77b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 123, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 123, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c77b13; background: linear-gradient(135deg, #c77b13, #9BC713);