#c8934b
a balanced, vivid orange · warm · closest name: peru
RGB
200, 147, 75
HSL
35°, 53%, 54%
CMYK
0, 27, 63, 22
Luminance
0.3365
Every format
| HEX | #c8934b |
| RGB | rgb(200, 147, 75) |
| HSL | hsl(35, 53%, 54%) |
| CMYK | cmyk(0%, 27%, 63%, 22%) |
| LAB | lab(64.7 12.4 45.2) |
| LCH | lch(64.7 46.9 74.7) |
| OKLCH | oklch(0.700 0.110 72.7) |
Copy-ready code
/* CSS */
color: #c8934b;
background-color: #c8934b;
/* Tailwind (arbitrary) */
class="text-[#c8934b] bg-[#c8934b]"
/* SCSS */
$brand: #c8934b;
/* SwiftUI */
Color(red: 0.784, green: 0.576, blue: 0.294)
/* Android */
Color.parseColor("#c8934b")Accessibility — WCAG contrast
Aa
#c8934b on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8934b on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green57.6%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow62.5%
Key (black)21.6%
Color previews
#c8934b text on a black background
contrast 7.73:1
Card sample
#c8934b text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8934b;
Background color
Panel with #c8934b background
background-color: #c8934b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8934b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 147, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 147, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8934b; background: linear-gradient(135deg, #c8934b, #AAC84B);