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