#c28913
a dark, electric yellow · warm · closest name: peru
RGB
194, 137, 19
HSL
41°, 82%, 42%
CMYK
0, 29, 90, 24
Luminance
0.2941
Every format
| HEX | #c28913 |
| RGB | rgb(194, 137, 19) |
| HSL | hsl(41, 82%, 42%) |
| CMYK | cmyk(0%, 29%, 90%, 24%) |
| LAB | lab(61.1 12.8 63.1) |
| LCH | lch(61.1 64.4 78.5) |
| OKLCH | oklch(0.670 0.135 78.1) |
Copy-ready code
/* CSS */
color: #c28913;
background-color: #c28913;
/* Tailwind (arbitrary) */
class="text-[#c28913] bg-[#c28913]"
/* SCSS */
$brand: #c28913;
/* SwiftUI */
Color(red: 0.761, green: 0.537, blue: 0.075)
/* Android */
Color.parseColor("#c28913")Accessibility — WCAG contrast
Aa
#c28913 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c28913 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green53.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow90.2%
Key (black)23.9%
Color previews
#c28913 text on a black background
contrast 6.88:1
Card sample
#c28913 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28913;
Background color
Panel with #c28913 background
background-color: #c28913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 137, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 137, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28913; background: linear-gradient(135deg, #c28913, #86C213);