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