#a38d4b
a balanced, soft yellow · cool · closest name: tan
RGB
163, 141, 75
HSL
45°, 37%, 47%
CMYK
0, 14, 54, 36
Luminance
0.2734
Every format
| HEX | #a38d4b |
| RGB | rgb(163, 141, 75) |
| HSL | hsl(45, 37%, 47%) |
| CMYK | cmyk(0%, 14%, 54%, 36%) |
| LAB | lab(59.3 -0.4 37.9) |
| LCH | lch(59.3 37.9 90.6) |
| OKLCH | oklch(0.649 0.090 91.4) |
Copy-ready code
/* CSS */
color: #a38d4b;
background-color: #a38d4b;
/* Tailwind (arbitrary) */
class="text-[#a38d4b] bg-[#a38d4b]"
/* SCSS */
$brand: #a38d4b;
/* SwiftUI */
Color(red: 0.639, green: 0.553, blue: 0.294)
/* Android */
Color.parseColor("#a38d4b")Accessibility — WCAG contrast
Aa
#a38d4b on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a38d4b on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green55.3%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow54.0%
Key (black)36.1%
Color previews
#a38d4b text on a black background
contrast 6.47:1
Card sample
#a38d4b text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a38d4b;
Background color
Panel with #a38d4b background
background-color: #a38d4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a38d4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 141, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 141, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a38d4b; background: linear-gradient(135deg, #a38d4b, #7EA34B);