#c67c13
a dark, electric orange · warm · closest name: peru
RGB
198, 124, 19
HSL
35°, 83%, 43%
CMYK
0, 37, 90, 22
Luminance
0.2647
Every format
| HEX | #c67c13 |
| RGB | rgb(198, 124, 19) |
| HSL | hsl(35, 83%, 43%) |
| CMYK | cmyk(0%, 37%, 90%, 22%) |
| LAB | lab(58.5 21.7 61.3) |
| LCH | lch(58.5 65.0 70.5) |
| OKLCH | oklch(0.650 0.139 67.3) |
Copy-ready code
/* CSS */
color: #c67c13;
background-color: #c67c13;
/* Tailwind (arbitrary) */
class="text-[#c67c13] bg-[#c67c13]"
/* SCSS */
$brand: #c67c13;
/* SwiftUI */
Color(red: 0.776, green: 0.486, blue: 0.075)
/* Android */
Color.parseColor("#c67c13")Accessibility — WCAG contrast
Aa
#c67c13 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c67c13 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green48.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow90.4%
Key (black)22.4%
Color previews
#c67c13 text on a black background
contrast 6.29:1
Card sample
#c67c13 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67c13;
Background color
Panel with #c67c13 background
background-color: #c67c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 124, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 124, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67c13; background: linear-gradient(135deg, #c67c13, #98C613);