#c8bc9b
a light, soft yellow · warm · closest name: tan
RGB
200, 188, 155
HSL
44°, 29%, 70%
CMYK
0, 6, 23, 22
Luminance
0.5061
Every format
| HEX | #c8bc9b |
| RGB | rgb(200, 188, 155) |
| HSL | hsl(44, 29%, 70%) |
| CMYK | cmyk(0%, 6%, 23%, 22%) |
| LAB | lab(76.4 -1.1 18.3) |
| LCH | lch(76.4 18.3 93.4) |
| OKLCH | oklch(0.797 0.047 90.4) |
Copy-ready code
/* CSS */
color: #c8bc9b;
background-color: #c8bc9b;
/* Tailwind (arbitrary) */
class="text-[#c8bc9b] bg-[#c8bc9b]"
/* SCSS */
$brand: #c8bc9b;
/* SwiftUI */
Color(red: 0.784, green: 0.737, blue: 0.608)
/* Android */
Color.parseColor("#c8bc9b")Accessibility — WCAG contrast
Aa
#c8bc9b on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bc9b on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green73.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow22.5%
Key (black)21.6%
Color previews
#c8bc9b text on a black background
contrast 11.12:1
Card sample
#c8bc9b text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bc9b;
Background color
Panel with #c8bc9b background
background-color: #c8bc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 188, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 188, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bc9b; background: linear-gradient(135deg, #c8bc9b, #B6C89B);