#c96522
a balanced, vivid orange · warm · closest name: chocolate
RGB
201, 101, 34
HSL
24°, 71%, 46%
CMYK
0, 50, 83, 21
Luminance
0.2184
Every format
| HEX | #c96522 |
| RGB | rgb(201, 101, 34) |
| HSL | hsl(24, 71%, 46%) |
| CMYK | cmyk(0%, 50%, 83%, 21%) |
| LAB | lab(53.9 35.6 52.9) |
| LCH | lch(53.9 63.7 56.0) |
| OKLCH | oklch(0.616 0.148 49.6) |
Copy-ready code
/* CSS */
color: #c96522;
background-color: #c96522;
/* Tailwind (arbitrary) */
class="text-[#c96522] bg-[#c96522]"
/* SCSS */
$brand: #c96522;
/* SwiftUI */
Color(red: 0.788, green: 0.396, blue: 0.133)
/* Android */
Color.parseColor("#c96522")Accessibility — WCAG contrast
Aa
#c96522 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c96522 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green39.6%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow83.1%
Key (black)21.2%
Color previews
#c96522 text on a black background
contrast 5.37:1
Card sample
#c96522 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96522;
Background color
Panel with #c96522 background
background-color: #c96522;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96522;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 101, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 101, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96522; background: linear-gradient(135deg, #c96522, #BEC922);