#c8c7ad
a light, soft yellow · cool · closest name: silver
RGB
200, 199, 173
HSL
58°, 20%, 73%
CMYK
0, 1, 14, 22
Luminance
0.5614
Every format
| HEX | #c8c7ad |
| RGB | rgb(200, 199, 173) |
| HSL | hsl(58, 20%, 73%) |
| CMYK | cmyk(0%, 1%, 14%, 22%) |
| LAB | lab(79.7 -4.1 13.2) |
| LCH | lch(79.7 13.8 107.3) |
| OKLCH | oklch(0.824 0.035 105.3) |
Copy-ready code
/* CSS */
color: #c8c7ad;
background-color: #c8c7ad;
/* Tailwind (arbitrary) */
class="text-[#c8c7ad] bg-[#c8c7ad]"
/* SCSS */
$brand: #c8c7ad;
/* SwiftUI */
Color(red: 0.784, green: 0.780, blue: 0.678)
/* Android */
Color.parseColor("#c8c7ad")Accessibility — WCAG contrast
Aa
#c8c7ad on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c7ad on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green78.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow13.5%
Key (black)21.6%
Color previews
#c8c7ad text on a black background
contrast 12.23:1
Card sample
#c8c7ad text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c7ad;
Background color
Panel with #c8c7ad background
background-color: #c8c7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 199, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 199, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c7ad; background: linear-gradient(135deg, #c8c7ad, #B7C8AD);