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