#c96a21
a balanced, vivid orange · warm · closest name: chocolate
RGB
201, 106, 33
HSL
26°, 72%, 46%
CMYK
0, 47, 84, 21
Luminance
0.2284
Every format
| HEX | #c96a21 |
| RGB | rgb(201, 106, 33) |
| HSL | hsl(26, 72%, 46%) |
| CMYK | cmyk(0%, 47%, 84%, 21%) |
| LAB | lab(54.9 33.0 54.2) |
| LCH | lch(54.9 63.4 58.7) |
| OKLCH | oklch(0.624 0.145 52.7) |
Copy-ready code
/* CSS */
color: #c96a21;
background-color: #c96a21;
/* Tailwind (arbitrary) */
class="text-[#c96a21] bg-[#c96a21]"
/* SCSS */
$brand: #c96a21;
/* SwiftUI */
Color(red: 0.788, green: 0.416, blue: 0.129)
/* Android */
Color.parseColor("#c96a21")Accessibility — WCAG contrast
Aa
#c96a21 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c96a21 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green41.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow83.6%
Key (black)21.2%
Color previews
#c96a21 text on a black background
contrast 5.57:1
Card sample
#c96a21 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96a21;
Background color
Panel with #c96a21 background
background-color: #c96a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 106, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 106, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96a21; background: linear-gradient(135deg, #c96a21, #B8C921);