#c28113
a dark, electric orange · warm · closest name: peru
RGB
194, 129, 19
HSL
38°, 82%, 42%
CMYK
0, 34, 90, 24
Luminance
0.2722
Every format
| HEX | #c28113 |
| RGB | rgb(194, 129, 19) |
| HSL | hsl(38, 82%, 42%) |
| CMYK | cmyk(0%, 34%, 90%, 24%) |
| LAB | lab(59.2 17.2 61.6) |
| LCH | lch(59.2 64.0 74.4) |
| OKLCH | oklch(0.654 0.135 72.5) |
Copy-ready code
/* CSS */
color: #c28113;
background-color: #c28113;
/* Tailwind (arbitrary) */
class="text-[#c28113] bg-[#c28113]"
/* SCSS */
$brand: #c28113;
/* SwiftUI */
Color(red: 0.761, green: 0.506, blue: 0.075)
/* Android */
Color.parseColor("#c28113")Accessibility — WCAG contrast
Aa
#c28113 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c28113 on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green50.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow90.2%
Key (black)23.9%
Color previews
#c28113 text on a black background
contrast 6.44:1
Card sample
#c28113 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28113;
Background color
Panel with #c28113 background
background-color: #c28113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 129, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 129, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28113; background: linear-gradient(135deg, #c28113, #8FC213);