#c35821
a dark, vivid orange · warm · closest name: chocolate
RGB
195, 88, 33
HSL
20°, 71%, 45%
CMYK
0, 55, 83, 24
Luminance
0.1869
Every format
| HEX | #c35821 |
| RGB | rgb(195, 88, 33) |
| HSL | hsl(20, 71%, 45%) |
| CMYK | cmyk(0%, 55%, 83%, 24%) |
| LAB | lab(50.3 39.8 49.8) |
| LCH | lch(50.3 63.8 51.4) |
| OKLCH | oklch(0.587 0.152 44.2) |
Copy-ready code
/* CSS */
color: #c35821;
background-color: #c35821;
/* Tailwind (arbitrary) */
class="text-[#c35821] bg-[#c35821]"
/* SCSS */
$brand: #c35821;
/* SwiftUI */
Color(red: 0.765, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#c35821")Accessibility — WCAG contrast
Aa
#c35821 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35821 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green34.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow83.1%
Key (black)23.5%
Color previews
#c35821 text on a black background
contrast 4.74:1
Card sample
#c35821 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35821;
Background color
Panel with #c35821 background
background-color: #c35821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35821; background: linear-gradient(135deg, #c35821, #C2C321);