#c78b21
a balanced, vivid orange · warm · closest name: peru
RGB
199, 139, 33
HSL
38°, 72%, 46%
CMYK
0, 30, 83, 22
Luminance
0.3072
Every format
| HEX | #c78b21 |
| RGB | rgb(199, 139, 33) |
| HSL | hsl(38, 72%, 46%) |
| CMYK | cmyk(0%, 30%, 83%, 22%) |
| LAB | lab(62.3 14.3 60.5) |
| LCH | lch(62.3 62.1 76.7) |
| OKLCH | oklch(0.680 0.133 75.7) |
Copy-ready code
/* CSS */
color: #c78b21;
background-color: #c78b21;
/* Tailwind (arbitrary) */
class="text-[#c78b21] bg-[#c78b21]"
/* SCSS */
$brand: #c78b21;
/* SwiftUI */
Color(red: 0.780, green: 0.545, blue: 0.129)
/* Android */
Color.parseColor("#c78b21")Accessibility — WCAG contrast
Aa
#c78b21 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c78b21 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green54.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow83.4%
Key (black)22.0%
Color previews
#c78b21 text on a black background
contrast 7.14:1
Card sample
#c78b21 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c78b21;
Background color
Panel with #c78b21 background
background-color: #c78b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c78b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 139, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 139, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c78b21; background: linear-gradient(135deg, #c78b21, #94C721);