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