#c67621
a balanced, vivid orange · warm · closest name: peru
RGB
198, 118, 33
HSL
31°, 71%, 45%
CMYK
0, 40, 83, 22
Luminance
0.2507
Every format
| HEX | #c67621 |
| RGB | rgb(198, 118, 33) |
| HSL | hsl(31, 71%, 45%) |
| CMYK | cmyk(0%, 40%, 83%, 22%) |
| LAB | lab(57.1 25.3 56.0) |
| LCH | lch(57.1 61.4 65.7) |
| OKLCH | oklch(0.640 0.136 61.3) |
Copy-ready code
/* CSS */
color: #c67621;
background-color: #c67621;
/* Tailwind (arbitrary) */
class="text-[#c67621] bg-[#c67621]"
/* SCSS */
$brand: #c67621;
/* SwiftUI */
Color(red: 0.776, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#c67621")Accessibility — WCAG contrast
Aa
#c67621 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c67621 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green46.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow83.3%
Key (black)22.4%
Color previews
#c67621 text on a black background
contrast 6.01:1
Card sample
#c67621 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67621;
Background color
Panel with #c67621 background
background-color: #c67621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67621; background: linear-gradient(135deg, #c67621, #A8C621);