#c7bc9e
a light, soft yellow · warm · closest name: tan
RGB
199, 188, 158
HSL
44°, 27%, 70%
CMYK
0, 6, 21, 22
Luminance
0.5058
Every format
| HEX | #c7bc9e |
| RGB | rgb(199, 188, 158) |
| HSL | hsl(44, 27%, 70%) |
| CMYK | cmyk(0%, 6%, 21%, 22%) |
| LAB | lab(76.4 -1.0 16.6) |
| LCH | lch(76.4 16.6 93.5) |
| OKLCH | oklch(0.796 0.043 90.3) |
Copy-ready code
/* CSS */
color: #c7bc9e;
background-color: #c7bc9e;
/* Tailwind (arbitrary) */
class="text-[#c7bc9e] bg-[#c7bc9e]"
/* SCSS */
$brand: #c7bc9e;
/* SwiftUI */
Color(red: 0.780, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#c7bc9e")Accessibility — WCAG contrast
Aa
#c7bc9e on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7bc9e on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green73.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow20.6%
Key (black)22.0%
Color previews
#c7bc9e text on a black background
contrast 11.12:1
Card sample
#c7bc9e text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7bc9e;
Background color
Panel with #c7bc9e background
background-color: #c7bc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7bc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7bc9e; background: linear-gradient(135deg, #c7bc9e, #B7C79E);