#c96f21
a balanced, vivid orange · warm · closest name: chocolate
RGB
201, 111, 33
HSL
28°, 72%, 46%
CMYK
0, 45, 84, 21
Luminance
0.2390
Every format
| HEX | #c96f21 |
| RGB | rgb(201, 111, 33) |
| HSL | hsl(28, 72%, 46%) |
| CMYK | cmyk(0%, 45%, 84%, 21%) |
| LAB | lab(56.0 30.3 55.1) |
| LCH | lch(56.0 62.9 61.2) |
| OKLCH | oklch(0.632 0.142 55.7) |
Copy-ready code
/* CSS */
color: #c96f21;
background-color: #c96f21;
/* Tailwind (arbitrary) */
class="text-[#c96f21] bg-[#c96f21]"
/* SCSS */
$brand: #c96f21;
/* SwiftUI */
Color(red: 0.788, green: 0.435, blue: 0.129)
/* Android */
Color.parseColor("#c96f21")Accessibility — WCAG contrast
Aa
#c96f21 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c96f21 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green43.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow83.6%
Key (black)21.2%
Color previews
#c96f21 text on a black background
contrast 5.78:1
Card sample
#c96f21 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96f21;
Background color
Panel with #c96f21 background
background-color: #c96f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 111, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 111, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96f21; background: linear-gradient(135deg, #c96f21, #B3C921);