#c3bc9f
a light, soft yellow · cool · closest name: tan
RGB
195, 188, 159
HSL
48°, 23%, 69%
CMYK
0, 4, 19, 24
Luminance
0.5007
Every format
| HEX | #c3bc9f |
| RGB | rgb(195, 188, 159) |
| HSL | hsl(48, 23%, 69%) |
| CMYK | cmyk(0%, 4%, 19%, 24%) |
| LAB | lab(76.1 -2.4 15.6) |
| LCH | lch(76.1 15.8 98.6) |
| OKLCH | oklch(0.793 0.040 95.9) |
Copy-ready code
/* CSS */
color: #c3bc9f;
background-color: #c3bc9f;
/* Tailwind (arbitrary) */
class="text-[#c3bc9f] bg-[#c3bc9f]"
/* SCSS */
$brand: #c3bc9f;
/* SwiftUI */
Color(red: 0.765, green: 0.737, blue: 0.624)
/* Android */
Color.parseColor("#c3bc9f")Accessibility — WCAG contrast
Aa
#c3bc9f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bc9f on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green73.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow18.5%
Key (black)23.5%
Color previews
#c3bc9f text on a black background
contrast 11.01:1
Card sample
#c3bc9f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bc9f;
Background color
Panel with #c3bc9f background
background-color: #c3bc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 188, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 188, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bc9f; background: linear-gradient(135deg, #c3bc9f, #B2C39F);