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