#c96721
a balanced, vivid orange · warm · closest name: chocolate
RGB
201, 103, 33
HSL
25°, 72%, 46%
CMYK
0, 49, 84, 21
Luminance
0.2223
Every format
| HEX | #c96721 |
| RGB | rgb(201, 103, 33) |
| HSL | hsl(25, 72%, 46%) |
| CMYK | cmyk(0%, 49%, 84%, 21%) |
| LAB | lab(54.3 34.5 53.6) |
| LCH | lch(54.3 63.8 57.2) |
| OKLCH | oklch(0.619 0.147 50.9) |
Copy-ready code
/* CSS */
color: #c96721;
background-color: #c96721;
/* Tailwind (arbitrary) */
class="text-[#c96721] bg-[#c96721]"
/* SCSS */
$brand: #c96721;
/* SwiftUI */
Color(red: 0.788, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#c96721")Accessibility — WCAG contrast
Aa
#c96721 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c96721 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green40.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow83.6%
Key (black)21.2%
Color previews
#c96721 text on a black background
contrast 5.45:1
Card sample
#c96721 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96721;
Background color
Panel with #c96721 background
background-color: #c96721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96721; background: linear-gradient(135deg, #c96721, #BBC921);