#c68607
a dark, electric orange · warm · closest name: peru
RGB
198, 134, 7
HSL
40°, 93%, 40%
CMYK
0, 32, 97, 22
Luminance
0.2907
Every format
| HEX | #c68607 |
| RGB | rgb(198, 134, 7) |
| HSL | hsl(40, 93%, 40%) |
| CMYK | cmyk(0%, 32%, 97%, 22%) |
| LAB | lab(60.9 16.1 65.3) |
| LCH | lch(60.9 67.2 76.2) |
| OKLCH | oklch(0.668 0.140 74.9) |
Copy-ready code
/* CSS */
color: #c68607;
background-color: #c68607;
/* Tailwind (arbitrary) */
class="text-[#c68607] bg-[#c68607]"
/* SCSS */
$brand: #c68607;
/* SwiftUI */
Color(red: 0.776, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#c68607")Accessibility — WCAG contrast
Aa
#c68607 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c68607 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green52.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow96.5%
Key (black)22.4%
Color previews
#c68607 text on a black background
contrast 6.81:1
Card sample
#c68607 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68607;
Background color
Panel with #c68607 background
background-color: #c68607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68607; background: linear-gradient(135deg, #c68607, #87C607);