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