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