#c9bba0
a light, soft orange · warm · closest name: tan
RGB
201, 187, 160
HSL
40°, 28%, 71%
CMYK
0, 7, 20, 21
Luminance
0.5050
Every format
| HEX | #c9bba0 |
| RGB | rgb(201, 187, 160) |
| HSL | hsl(40, 28%, 71%) |
| CMYK | cmyk(0%, 7%, 20%, 21%) |
| LAB | lab(76.4 0.6 15.5) |
| LCH | lch(76.4 15.5 87.9) |
| OKLCH | oklch(0.797 0.040 83.8) |
Copy-ready code
/* CSS */
color: #c9bba0;
background-color: #c9bba0;
/* Tailwind (arbitrary) */
class="text-[#c9bba0] bg-[#c9bba0]"
/* SCSS */
$brand: #c9bba0;
/* SwiftUI */
Color(red: 0.788, green: 0.733, blue: 0.627)
/* Android */
Color.parseColor("#c9bba0")Accessibility — WCAG contrast
Aa
#c9bba0 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bba0 on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green73.3%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow20.4%
Key (black)21.2%
Color previews
#c9bba0 text on a black background
contrast 11.10:1
Card sample
#c9bba0 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bba0;
Background color
Panel with #c9bba0 background
background-color: #c9bba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 187, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 187, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bba0; background: linear-gradient(135deg, #c9bba0, #BCC9A0);