#c1663a
a balanced, vivid orange · warm · closest name: sienna
RGB
193, 102, 58
HSL
20°, 54%, 49%
CMYK
0, 47, 70, 24
Luminance
0.2115
Every format
| HEX | #c1663a |
| RGB | rgb(193, 102, 58) |
| HSL | hsl(20, 54%, 49%) |
| CMYK | cmyk(0%, 47%, 70%, 24%) |
| LAB | lab(53.1 32.8 40.5) |
| LCH | lch(53.1 52.1 50.9) |
| OKLCH | oklch(0.608 0.130 45.1) |
Copy-ready code
/* CSS */
color: #c1663a;
background-color: #c1663a;
/* Tailwind (arbitrary) */
class="text-[#c1663a] bg-[#c1663a]"
/* SCSS */
$brand: #c1663a;
/* SwiftUI */
Color(red: 0.757, green: 0.400, blue: 0.227)
/* Android */
Color.parseColor("#c1663a")Accessibility — WCAG contrast
Aa
#c1663a on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c1663a on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green40.0%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow69.9%
Key (black)24.3%
Color previews
#c1663a text on a black background
contrast 5.23:1
Card sample
#c1663a text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1663a;
Background color
Panel with #c1663a background
background-color: #c1663a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1663a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 102, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 102, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1663a; background: linear-gradient(135deg, #c1663a, #C1C03A);