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