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