#c9744f
a balanced, vivid orange · warm · closest name: sienna
RGB
201, 116, 79
HSL
18°, 53%, 55%
CMYK
0, 42, 61, 21
Luminance
0.2547
Every format
| HEX | #c9744f |
| RGB | rgb(201, 116, 79) |
| HSL | hsl(18, 53%, 55%) |
| CMYK | cmyk(0%, 42%, 61%, 21%) |
| LAB | lab(57.5 29.9 34.7) |
| LCH | lch(57.5 45.8 49.2) |
| OKLCH | oklch(0.645 0.119 43.7) |
Copy-ready code
/* CSS */
color: #c9744f;
background-color: #c9744f;
/* Tailwind (arbitrary) */
class="text-[#c9744f] bg-[#c9744f]"
/* SCSS */
$brand: #c9744f;
/* SwiftUI */
Color(red: 0.788, green: 0.455, blue: 0.310)
/* Android */
Color.parseColor("#c9744f")Accessibility — WCAG contrast
Aa
#c9744f on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c9744f on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green45.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow60.7%
Key (black)21.2%
Color previews
#c9744f text on a black background
contrast 6.09:1
Card sample
#c9744f text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9744f;
Background color
Panel with #c9744f background
background-color: #c9744f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9744f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 116, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 116, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9744f; background: linear-gradient(135deg, #c9744f, #C9C54F);