#c36c2b
a balanced, vivid orange · warm · closest name: chocolate
RGB
195, 108, 43
HSL
26°, 64%, 47%
CMYK
0, 45, 78, 24
Luminance
0.2250
Every format
| HEX | #c36c2b |
| RGB | rgb(195, 108, 43) |
| HSL | hsl(26, 64%, 47%) |
| CMYK | cmyk(0%, 45%, 78%, 24%) |
| LAB | lab(54.6 29.8 49.4) |
| LCH | lch(54.6 57.7 58.9) |
| OKLCH | oklch(0.619 0.134 53.4) |
Copy-ready code
/* CSS */
color: #c36c2b;
background-color: #c36c2b;
/* Tailwind (arbitrary) */
class="text-[#c36c2b] bg-[#c36c2b]"
/* SCSS */
$brand: #c36c2b;
/* SwiftUI */
Color(red: 0.765, green: 0.424, blue: 0.169)
/* Android */
Color.parseColor("#c36c2b")Accessibility — WCAG contrast
Aa
#c36c2b on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c36c2b on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green42.4%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow77.9%
Key (black)23.5%
Color previews
#c36c2b text on a black background
contrast 5.50:1
Card sample
#c36c2b text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c36c2b;
Background color
Panel with #c36c2b background
background-color: #c36c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c36c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 108, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 108, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c36c2b; background: linear-gradient(135deg, #c36c2b, #B5C32B);