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