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