#c9740f
a dark, electric orange · warm · closest name: chocolate
RGB
201, 116, 15
HSL
33°, 86%, 42%
CMYK
0, 42, 93, 21
Luminance
0.2494
Every format
| HEX | #c9740f |
| RGB | rgb(201, 116, 15) |
| HSL | hsl(33, 86%, 42%) |
| CMYK | cmyk(0%, 42%, 93%, 21%) |
| LAB | lab(57.0 27.3 61.3) |
| LCH | lch(57.0 67.1 66.0) |
| OKLCH | oklch(0.640 0.144 61.3) |
Copy-ready code
/* CSS */
color: #c9740f;
background-color: #c9740f;
/* Tailwind (arbitrary) */
class="text-[#c9740f] bg-[#c9740f]"
/* SCSS */
$brand: #c9740f;
/* SwiftUI */
Color(red: 0.788, green: 0.455, blue: 0.059)
/* Android */
Color.parseColor("#c9740f")Accessibility — WCAG contrast
Aa
#c9740f on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c9740f on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green45.5%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow92.5%
Key (black)21.2%
Color previews
#c9740f text on a black background
contrast 5.99:1
Card sample
#c9740f text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9740f;
Background color
Panel with #c9740f background
background-color: #c9740f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9740f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 116, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 116, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9740f; background: linear-gradient(135deg, #c9740f, #A2C90F);