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