#c7bfac
a light, soft yellow · warm · closest name: silver
RGB
199, 191, 172
HSL
42°, 19%, 73%
CMYK
0, 4, 14, 22
Luminance
0.5238
Every format
| HEX | #c7bfac |
| RGB | rgb(199, 191, 172) |
| HSL | hsl(42, 19%, 73%) |
| CMYK | cmyk(0%, 4%, 14%, 22%) |
| LAB | lab(77.5 -0.4 10.6) |
| LCH | lch(77.5 10.6 92.3) |
| OKLCH | oklch(0.806 0.028 87.9) |
Copy-ready code
/* CSS */
color: #c7bfac;
background-color: #c7bfac;
/* Tailwind (arbitrary) */
class="text-[#c7bfac] bg-[#c7bfac]"
/* SCSS */
$brand: #c7bfac;
/* SwiftUI */
Color(red: 0.780, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#c7bfac")Accessibility — WCAG contrast
Aa
#c7bfac on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7bfac on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow13.6%
Key (black)22.0%
Color previews
#c7bfac text on a black background
contrast 11.48:1
Card sample
#c7bfac text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7bfac;
Background color
Panel with #c7bfac background
background-color: #c7bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7bfac; background: linear-gradient(135deg, #c7bfac, #BDC7AC);