#c7cbaf
a light, soft yellow · cool · closest name: silver
RGB
199, 203, 175
HSL
69°, 21%, 74%
CMYK
2, 0, 14, 20
Luminance
0.5795
Every format
| HEX | #c7cbaf |
| RGB | rgb(199, 203, 175) |
| HSL | hsl(69, 21%, 74%) |
| CMYK | cmyk(2%, 0%, 14%, 20%) |
| LAB | lab(80.7 -6.2 13.5) |
| LCH | lch(80.7 14.9 114.7) |
| OKLCH | oklch(0.832 0.038 113.8) |
Copy-ready code
/* CSS */
color: #c7cbaf;
background-color: #c7cbaf;
/* Tailwind (arbitrary) */
class="text-[#c7cbaf] bg-[#c7cbaf]"
/* SCSS */
$brand: #c7cbaf;
/* SwiftUI */
Color(red: 0.780, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#c7cbaf")Accessibility — WCAG contrast
Aa
#c7cbaf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cbaf on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green79.6%
Blue68.6%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#c7cbaf text on a black background
contrast 12.59:1
Card sample
#c7cbaf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cbaf;
Background color
Panel with #c7cbaf background
background-color: #c7cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cbaf; background: linear-gradient(135deg, #c7cbaf, #B4CBAF);