#c8cecf
a light, muted gray · cool · closest name: silver
RGB
200, 206, 207
HSL
189°, 7%, 80%
CMYK
3, 1, 0, 19
Luminance
0.6093
Every format
| HEX | #c8cecf |
| RGB | rgb(200, 206, 207) |
| HSL | hsl(189, 7%, 80%) |
| CMYK | cmyk(3%, 1%, 0%, 19%) |
| LAB | lab(82.3 -1.9 -1.2) |
| LCH | lch(82.3 2.2 213.0) |
| OKLCH | oklch(0.847 0.007 208.8) |
Copy-ready code
/* CSS */
color: #c8cecf;
background-color: #c8cecf;
/* Tailwind (arbitrary) */
class="text-[#c8cecf] bg-[#c8cecf]"
/* SCSS */
$brand: #c8cecf;
/* SwiftUI */
Color(red: 0.784, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#c8cecf")Accessibility — WCAG contrast
Aa
#c8cecf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cecf on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green80.8%
Blue81.2%
CMYK percentages
Cyan3.4%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c8cecf text on a black background
contrast 13.19:1
Card sample
#c8cecf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cecf;
Background color
Panel with #c8cecf background
background-color: #c8cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cecf; background: linear-gradient(135deg, #c8cecf, #C8C9CF);