#c9bba4
a light, soft orange · warm · closest name: tan
RGB
201, 187, 164
HSL
37°, 26%, 72%
CMYK
0, 7, 18, 21
Luminance
0.5064
Every format
| HEX | #c9bba4 |
| RGB | rgb(201, 187, 164) |
| HSL | hsl(37, 26%, 72%) |
| CMYK | cmyk(0%, 7%, 18%, 21%) |
| LAB | lab(76.5 1.2 13.4) |
| LCH | lch(76.5 13.5 85.0) |
| OKLCH | oklch(0.798 0.035 80.3) |
Copy-ready code
/* CSS */
color: #c9bba4;
background-color: #c9bba4;
/* Tailwind (arbitrary) */
class="text-[#c9bba4] bg-[#c9bba4]"
/* SCSS */
$brand: #c9bba4;
/* SwiftUI */
Color(red: 0.788, green: 0.733, blue: 0.643)
/* Android */
Color.parseColor("#c9bba4")Accessibility — WCAG contrast
Aa
#c9bba4 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bba4 on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green73.3%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow18.4%
Key (black)21.2%
Color previews
#c9bba4 text on a black background
contrast 11.13:1
Card sample
#c9bba4 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bba4;
Background color
Panel with #c9bba4 background
background-color: #c9bba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 187, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 187, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bba4; background: linear-gradient(135deg, #c9bba4, #BEC9A4);