#c1a273
a balanced, soft orange · warm · closest name: tan
RGB
193, 162, 115
HSL
36°, 39%, 60%
CMYK
0, 16, 40, 24
Luminance
0.3842
Every format
| HEX | #c1a273 |
| RGB | rgb(193, 162, 115) |
| HSL | hsl(36, 39%, 60%) |
| CMYK | cmyk(0%, 16%, 40%, 24%) |
| LAB | lab(68.3 4.9 28.7) |
| LCH | lch(68.3 29.1 80.3) |
| OKLCH | oklch(0.729 0.073 77.6) |
Copy-ready code
/* CSS */
color: #c1a273;
background-color: #c1a273;
/* Tailwind (arbitrary) */
class="text-[#c1a273] bg-[#c1a273]"
/* SCSS */
$brand: #c1a273;
/* SwiftUI */
Color(red: 0.757, green: 0.635, blue: 0.451)
/* Android */
Color.parseColor("#c1a273")Accessibility — WCAG contrast
Aa
#c1a273 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1a273 on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green63.5%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow40.4%
Key (black)24.3%
Color previews
#c1a273 text on a black background
contrast 8.68:1
Card sample
#c1a273 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1a273;
Background color
Panel with #c1a273 background
background-color: #c1a273;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1a273;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 162, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 162, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1a273; background: linear-gradient(135deg, #c1a273, #ACC173);