#c9ab69
a balanced, vivid yellow · warm · closest name: tan
RGB
201, 171, 105
HSL
41°, 47%, 60%
CMYK
0, 15, 48, 21
Luminance
0.4256
Every format
| HEX | #c9ab69 |
| RGB | rgb(201, 171, 105) |
| HSL | hsl(41, 47%, 60%) |
| CMYK | cmyk(0%, 15%, 48%, 21%) |
| LAB | lab(71.3 2.3 37.9) |
| LCH | lch(71.3 38.0 86.5) |
| OKLCH | oklch(0.753 0.092 85.8) |
Copy-ready code
/* CSS */
color: #c9ab69;
background-color: #c9ab69;
/* Tailwind (arbitrary) */
class="text-[#c9ab69] bg-[#c9ab69]"
/* SCSS */
$brand: #c9ab69;
/* SwiftUI */
Color(red: 0.788, green: 0.671, blue: 0.412)
/* Android */
Color.parseColor("#c9ab69")Accessibility — WCAG contrast
Aa
#c9ab69 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ab69 on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green67.1%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow47.8%
Key (black)21.2%
Color previews
#c9ab69 text on a black background
contrast 9.51:1
Card sample
#c9ab69 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ab69;
Background color
Panel with #c9ab69 background
background-color: #c9ab69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ab69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 171, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 171, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ab69; background: linear-gradient(135deg, #c9ab69, #A7C969);