#ccc6c7
a light, muted gray · warm · closest name: silver
RGB
204, 198, 199
HSL
350°, 6%, 79%
CMYK
0, 3, 3, 20
Luminance
0.5735
Every format
| HEX | #ccc6c7 |
| RGB | rgb(204, 198, 199) |
| HSL | hsl(350, 6%, 79%) |
| CMYK | cmyk(0%, 3%, 3%, 20%) |
| LAB | lab(80.4 2.3 0.2) |
| LCH | lch(80.4 2.3 6.1) |
| OKLCH | oklch(0.832 0.007 5.7) |
Copy-ready code
/* CSS */
color: #ccc6c7;
background-color: #ccc6c7;
/* Tailwind (arbitrary) */
class="text-[#ccc6c7] bg-[#ccc6c7]"
/* SCSS */
$brand: #ccc6c7;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.780)
/* Android */
Color.parseColor("#ccc6c7")Accessibility — WCAG contrast
Aa
#ccc6c7 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc6c7 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow2.5%
Key (black)20.0%
Color previews
#ccc6c7 text on a black background
contrast 12.47:1
Card sample
#ccc6c7 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc6c7;
Background color
Panel with #ccc6c7 background
background-color: #ccc6c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc6c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc6c7; background: linear-gradient(135deg, #ccc6c7, #CCC9C6);