#c8cfcc
a light, muted gray · cool · closest name: silver
RGB
200, 207, 204
HSL
154°, 7%, 80%
CMYK
3, 0, 1, 19
Luminance
0.6126
Every format
| HEX | #c8cfcc |
| RGB | rgb(200, 207, 204) |
| HSL | hsl(154, 7%, 80%) |
| CMYK | cmyk(3%, 0%, 1%, 19%) |
| LAB | lab(82.5 -2.9 0.7) |
| LCH | lch(82.5 3.0 167.3) |
| OKLCH | oklch(0.848 0.009 168.7) |
Copy-ready code
/* CSS */
color: #c8cfcc;
background-color: #c8cfcc;
/* Tailwind (arbitrary) */
class="text-[#c8cfcc] bg-[#c8cfcc]"
/* SCSS */
$brand: #c8cfcc;
/* SwiftUI */
Color(red: 0.784, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#c8cfcc")Accessibility — WCAG contrast
Aa
#c8cfcc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cfcc on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green81.2%
Blue80.0%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#c8cfcc text on a black background
contrast 13.25:1
Card sample
#c8cfcc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cfcc;
Background color
Panel with #c8cfcc background
background-color: #c8cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cfcc; background: linear-gradient(135deg, #c8cfcc, #C8CDCF);