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