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