#c19785
a balanced, soft orange · warm · closest name: tan
RGB
193, 151, 133
HSL
18°, 33%, 64%
CMYK
0, 22, 31, 24
Luminance
0.3516
Every format
| HEX | #c19785 |
| RGB | rgb(193, 151, 133) |
| HSL | hsl(18, 33%, 64%) |
| CMYK | cmyk(0%, 22%, 31%, 24%) |
| LAB | lab(65.9 13.1 15.5) |
| LCH | lch(65.9 20.3 49.8) |
| OKLCH | oklch(0.711 0.057 44.3) |
Copy-ready code
/* CSS */
color: #c19785;
background-color: #c19785;
/* Tailwind (arbitrary) */
class="text-[#c19785] bg-[#c19785]"
/* SCSS */
$brand: #c19785;
/* SwiftUI */
Color(red: 0.757, green: 0.592, blue: 0.522)
/* Android */
Color.parseColor("#c19785")Accessibility — WCAG contrast
Aa
#c19785 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19785 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green59.2%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow31.1%
Key (black)24.3%
Color previews
#c19785 text on a black background
contrast 8.03:1
Card sample
#c19785 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19785;
Background color
Panel with #c19785 background
background-color: #c19785;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19785;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 151, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 151, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19785; background: linear-gradient(135deg, #c19785, #C1BF85);