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