#c9934b
a balanced, vivid orange · warm · closest name: peru
RGB
201, 147, 75
HSL
34°, 54%, 54%
CMYK
0, 27, 63, 21
Luminance
0.3379
Every format
| HEX | #c9934b |
| RGB | rgb(201, 147, 75) |
| HSL | hsl(34, 54%, 54%) |
| CMYK | cmyk(0%, 27%, 63%, 21%) |
| LAB | lab(64.8 12.8 45.3) |
| LCH | lch(64.8 47.1 74.2) |
| OKLCH | oklch(0.701 0.110 72.1) |
Copy-ready code
/* CSS */
color: #c9934b;
background-color: #c9934b;
/* Tailwind (arbitrary) */
class="text-[#c9934b] bg-[#c9934b]"
/* SCSS */
$brand: #c9934b;
/* SwiftUI */
Color(red: 0.788, green: 0.576, blue: 0.294)
/* Android */
Color.parseColor("#c9934b")Accessibility — WCAG contrast
Aa
#c9934b on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9934b on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green57.6%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow62.7%
Key (black)21.2%
Color previews
#c9934b text on a black background
contrast 7.76:1
Card sample
#c9934b text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9934b;
Background color
Panel with #c9934b background
background-color: #c9934b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9934b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 147, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 147, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9934b; background: linear-gradient(135deg, #c9934b, #ABC94B);