#c9bc9f
a light, soft yellow · warm · closest name: tan
RGB
201, 188, 159
HSL
41°, 28%, 71%
CMYK
0, 7, 21, 21
Luminance
0.5089
Every format
| HEX | #c9bc9f |
| RGB | rgb(201, 188, 159) |
| HSL | hsl(41, 28%, 71%) |
| CMYK | cmyk(0%, 7%, 21%, 21%) |
| LAB | lab(76.6 -0.1 16.4) |
| LCH | lch(76.6 16.4 90.4) |
| OKLCH | oklch(0.798 0.042 86.7) |
Copy-ready code
/* CSS */
color: #c9bc9f;
background-color: #c9bc9f;
/* Tailwind (arbitrary) */
class="text-[#c9bc9f] bg-[#c9bc9f]"
/* SCSS */
$brand: #c9bc9f;
/* SwiftUI */
Color(red: 0.788, green: 0.737, blue: 0.624)
/* Android */
Color.parseColor("#c9bc9f")Accessibility — WCAG contrast
Aa
#c9bc9f on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bc9f on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green73.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow20.9%
Key (black)21.2%
Color previews
#c9bc9f text on a black background
contrast 11.18:1
Card sample
#c9bc9f text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bc9f;
Background color
Panel with #c9bc9f background
background-color: #c9bc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 188, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 188, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bc9f; background: linear-gradient(135deg, #c9bc9f, #BAC99F);