#c3bdaf
a light, muted yellow · warm · closest name: silver
RGB
195, 189, 175
HSL
42°, 14%, 73%
CMYK
0, 3, 10, 24
Luminance
0.5109
Every format
| HEX | #c3bdaf |
| RGB | rgb(195, 189, 175) |
| HSL | hsl(42, 14%, 73%) |
| CMYK | cmyk(0%, 3%, 10%, 24%) |
| LAB | lab(76.7 -0.3 7.8) |
| LCH | lch(76.7 7.8 92.4) |
| OKLCH | oklch(0.799 0.021 87.5) |
Copy-ready code
/* CSS */
color: #c3bdaf;
background-color: #c3bdaf;
/* Tailwind (arbitrary) */
class="text-[#c3bdaf] bg-[#c3bdaf]"
/* SCSS */
$brand: #c3bdaf;
/* SwiftUI */
Color(red: 0.765, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#c3bdaf")Accessibility — WCAG contrast
Aa
#c3bdaf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bdaf on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green74.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow10.3%
Key (black)23.5%
Color previews
#c3bdaf text on a black background
contrast 11.22:1
Card sample
#c3bdaf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bdaf;
Background color
Panel with #c3bdaf background
background-color: #c3bdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bdaf; background: linear-gradient(135deg, #c3bdaf, #BCC3AF);