#c19273
a balanced, soft orange · warm · closest name: tan
RGB
193, 146, 115
HSL
24°, 39%, 60%
CMYK
0, 24, 40, 24
Luminance
0.3313
Every format
| HEX | #c19273 |
| RGB | rgb(193, 146, 115) |
| HSL | hsl(24, 39%, 60%) |
| CMYK | cmyk(0%, 24%, 40%, 24%) |
| LAB | lab(64.3 13.6 23.3) |
| LCH | lch(64.3 27.0 59.7) |
| OKLCH | oklch(0.697 0.071 54.6) |
Copy-ready code
/* CSS */
color: #c19273;
background-color: #c19273;
/* Tailwind (arbitrary) */
class="text-[#c19273] bg-[#c19273]"
/* SCSS */
$brand: #c19273;
/* SwiftUI */
Color(red: 0.757, green: 0.573, blue: 0.451)
/* Android */
Color.parseColor("#c19273")Accessibility — WCAG contrast
Aa
#c19273 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19273 on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green57.3%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow40.4%
Key (black)24.3%
Color previews
#c19273 text on a black background
contrast 7.63:1
Card sample
#c19273 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19273;
Background color
Panel with #c19273 background
background-color: #c19273;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19273;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 146, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 146, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19273; background: linear-gradient(135deg, #c19273, #BCC173);