#c15521
a dark, vivid orange · warm · closest name: chocolate
RGB
193, 85, 33
HSL
20°, 71%, 44%
CMYK
0, 56, 83, 24
Luminance
0.1794
Every format
| HEX | #c15521 |
| RGB | rgb(193, 85, 33) |
| HSL | hsl(20, 71%, 44%) |
| CMYK | cmyk(0%, 56%, 83%, 24%) |
| LAB | lab(49.4 40.5 48.9) |
| LCH | lch(49.4 63.5 50.3) |
| OKLCH | oklch(0.579 0.152 43.1) |
Copy-ready code
/* CSS */
color: #c15521;
background-color: #c15521;
/* Tailwind (arbitrary) */
class="text-[#c15521] bg-[#c15521]"
/* SCSS */
$brand: #c15521;
/* SwiftUI */
Color(red: 0.757, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#c15521")Accessibility — WCAG contrast
Aa
#c15521 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c15521 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow82.9%
Key (black)24.3%
Color previews
#c15521 text on a black background
contrast 4.59:1
Card sample
#c15521 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c15521;
Background color
Panel with #c15521 background
background-color: #c15521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c15521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c15521; background: linear-gradient(135deg, #c15521, #C1C021);