#c38310
a dark, electric orange · warm · closest name: peru
RGB
195, 131, 16
HSL
39°, 85%, 41%
CMYK
0, 33, 92, 24
Luminance
0.2787
Every format
| HEX | #c38310 |
| RGB | rgb(195, 131, 16) |
| HSL | hsl(39, 85%, 41%) |
| CMYK | cmyk(0%, 33%, 92%, 24%) |
| LAB | lab(59.8 16.5 62.8) |
| LCH | lch(59.8 64.9 75.3) |
| OKLCH | oklch(0.659 0.136 73.7) |
Copy-ready code
/* CSS */
color: #c38310;
background-color: #c38310;
/* Tailwind (arbitrary) */
class="text-[#c38310] bg-[#c38310]"
/* SCSS */
$brand: #c38310;
/* SwiftUI */
Color(red: 0.765, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#c38310")Accessibility — WCAG contrast
Aa
#c38310 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c38310 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green51.4%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow91.8%
Key (black)23.5%
Color previews
#c38310 text on a black background
contrast 6.57:1
Card sample
#c38310 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c38310;
Background color
Panel with #c38310 background
background-color: #c38310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c38310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c38310; background: linear-gradient(135deg, #c38310, #8CC310);