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