#c7bc8f
a light, soft yellow · cool · closest name: tan
RGB
199, 188, 143
HSL
48°, 33%, 67%
CMYK
0, 6, 28, 22
Luminance
0.5009
Every format
| HEX | #c7bc8f |
| RGB | rgb(199, 188, 143) |
| HSL | hsl(48, 33%, 67%) |
| CMYK | cmyk(0%, 6%, 28%, 22%) |
| LAB | lab(76.1 -3.1 24.2) |
| LCH | lch(76.1 24.4 97.4) |
| OKLCH | oklch(0.793 0.061 96.0) |
Copy-ready code
/* CSS */
color: #c7bc8f;
background-color: #c7bc8f;
/* Tailwind (arbitrary) */
class="text-[#c7bc8f] bg-[#c7bc8f]"
/* SCSS */
$brand: #c7bc8f;
/* SwiftUI */
Color(red: 0.780, green: 0.737, blue: 0.561)
/* Android */
Color.parseColor("#c7bc8f")Accessibility — WCAG contrast
Aa
#c7bc8f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7bc8f on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green73.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow28.1%
Key (black)22.0%
Color previews
#c7bc8f text on a black background
contrast 11.02:1
Card sample
#c7bc8f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7bc8f;
Background color
Panel with #c7bc8f background
background-color: #c7bc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7bc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 188, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 188, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7bc8f; background: linear-gradient(135deg, #c7bc8f, #ADC78F);