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