#c8bd9d
a light, soft yellow · warm · closest name: tan
RGB
200, 189, 157
HSL
45°, 28%, 70%
CMYK
0, 6, 22, 22
Luminance
0.5111
Every format
| HEX | #c8bd9d |
| RGB | rgb(200, 189, 157) |
| HSL | hsl(45, 28%, 70%) |
| CMYK | cmyk(0%, 6%, 22%, 22%) |
| LAB | lab(76.8 -1.3 17.6) |
| LCH | lch(76.8 17.6 94.3) |
| OKLCH | oklch(0.799 0.045 91.3) |
Copy-ready code
/* CSS */
color: #c8bd9d;
background-color: #c8bd9d;
/* Tailwind (arbitrary) */
class="text-[#c8bd9d] bg-[#c8bd9d]"
/* SCSS */
$brand: #c8bd9d;
/* SwiftUI */
Color(red: 0.784, green: 0.741, blue: 0.616)
/* Android */
Color.parseColor("#c8bd9d")Accessibility — WCAG contrast
Aa
#c8bd9d on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bd9d on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green74.1%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow21.5%
Key (black)21.6%
Color previews
#c8bd9d text on a black background
contrast 11.22:1
Card sample
#c8bd9d text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bd9d;
Background color
Panel with #c8bd9d background
background-color: #c8bd9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bd9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 189, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 189, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bd9d; background: linear-gradient(135deg, #c8bd9d, #B6C89D);