#c19a6b
a balanced, soft orange · warm · closest name: tan
RGB
193, 154, 107
HSL
33°, 41%, 59%
CMYK
0, 20, 45, 24
Luminance
0.3551
Every format
| HEX | #c19a6b |
| RGB | rgb(193, 154, 107) |
| HSL | hsl(33, 41%, 59%) |
| CMYK | cmyk(0%, 20%, 45%, 24%) |
| LAB | lab(66.2 8.4 30.1) |
| LCH | lch(66.2 31.3 74.5) |
| OKLCH | oklch(0.711 0.078 71.2) |
Copy-ready code
/* CSS */
color: #c19a6b;
background-color: #c19a6b;
/* Tailwind (arbitrary) */
class="text-[#c19a6b] bg-[#c19a6b]"
/* SCSS */
$brand: #c19a6b;
/* SwiftUI */
Color(red: 0.757, green: 0.604, blue: 0.420)
/* Android */
Color.parseColor("#c19a6b")Accessibility — WCAG contrast
Aa
#c19a6b on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19a6b on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green60.4%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow44.6%
Key (black)24.3%
Color previews
#c19a6b text on a black background
contrast 8.10:1
Card sample
#c19a6b text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19a6b;
Background color
Panel with #c19a6b background
background-color: #c19a6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19a6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 154, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 154, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19a6b; background: linear-gradient(135deg, #c19a6b, #AFC16B);