#c78d13
a dark, electric yellow · warm · closest name: peru
RGB
199, 141, 19
HSL
41°, 83%, 43%
CMYK
0, 29, 91, 22
Luminance
0.3124
Every format
| HEX | #c78d13 |
| RGB | rgb(199, 141, 19) |
| HSL | hsl(41, 83%, 43%) |
| CMYK | cmyk(0%, 29%, 91%, 22%) |
| LAB | lab(62.7 12.8 64.6) |
| LCH | lch(62.7 65.8 78.7) |
| OKLCH | oklch(0.683 0.138 78.4) |
Copy-ready code
/* CSS */
color: #c78d13;
background-color: #c78d13;
/* Tailwind (arbitrary) */
class="text-[#c78d13] bg-[#c78d13]"
/* SCSS */
$brand: #c78d13;
/* SwiftUI */
Color(red: 0.780, green: 0.553, blue: 0.075)
/* Android */
Color.parseColor("#c78d13")Accessibility — WCAG contrast
Aa
#c78d13 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c78d13 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green55.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow90.5%
Key (black)22.0%
Color previews
#c78d13 text on a black background
contrast 7.25:1
Card sample
#c78d13 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c78d13;
Background color
Panel with #c78d13 background
background-color: #c78d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c78d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 141, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 141, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c78d13; background: linear-gradient(135deg, #c78d13, #89C713);