#c68613
a dark, electric orange · warm · closest name: peru
RGB
198, 134, 19
HSL
39°, 83%, 43%
CMYK
0, 32, 90, 22
Luminance
0.2910
Every format
| HEX | #c68613 |
| RGB | rgb(198, 134, 19) |
| HSL | hsl(39, 83%, 43%) |
| CMYK | cmyk(0%, 32%, 90%, 22%) |
| LAB | lab(60.9 16.2 63.1) |
| LCH | lch(60.9 65.2 75.6) |
| OKLCH | oklch(0.669 0.137 74.1) |
Copy-ready code
/* CSS */
color: #c68613;
background-color: #c68613;
/* Tailwind (arbitrary) */
class="text-[#c68613] bg-[#c68613]"
/* SCSS */
$brand: #c68613;
/* SwiftUI */
Color(red: 0.776, green: 0.525, blue: 0.075)
/* Android */
Color.parseColor("#c68613")Accessibility — WCAG contrast
Aa
#c68613 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c68613 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green52.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow90.4%
Key (black)22.4%
Color previews
#c68613 text on a black background
contrast 6.82:1
Card sample
#c68613 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68613;
Background color
Panel with #c68613 background
background-color: #c68613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 134, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 134, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68613; background: linear-gradient(135deg, #c68613, #8FC613);