#c6830c
a dark, electric orange · warm · closest name: peru
RGB
198, 131, 12
HSL
38°, 89%, 41%
CMYK
0, 34, 94, 22
Luminance
0.2826
Every format
| HEX | #c6830c |
| RGB | rgb(198, 131, 12) |
| HSL | hsl(38, 89%, 41%) |
| CMYK | cmyk(0%, 34%, 94%, 22%) |
| LAB | lab(60.1 17.8 64.0) |
| LCH | lch(60.1 66.4 74.5) |
| OKLCH | oklch(0.663 0.139 72.6) |
Copy-ready code
/* CSS */
color: #c6830c;
background-color: #c6830c;
/* Tailwind (arbitrary) */
class="text-[#c6830c] bg-[#c6830c]"
/* SCSS */
$brand: #c6830c;
/* SwiftUI */
Color(red: 0.776, green: 0.514, blue: 0.047)
/* Android */
Color.parseColor("#c6830c")Accessibility — WCAG contrast
Aa
#c6830c on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c6830c on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green51.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow93.9%
Key (black)22.4%
Color previews
#c6830c text on a black background
contrast 6.65:1
Card sample
#c6830c text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6830c;
Background color
Panel with #c6830c background
background-color: #c6830c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6830c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 131, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 131, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6830c; background: linear-gradient(135deg, #c6830c, #8DC60C);