#cccfcd
a light, muted gray · cool · closest name: silver
RGB
204, 207, 205
HSL
140°, 3%, 81%
CMYK
1, 0, 1, 19
Luminance
0.6187
Every format
| HEX | #cccfcd |
| RGB | rgb(204, 207, 205) |
| HSL | hsl(140, 3%, 81%) |
| CMYK | cmyk(1%, 0%, 1%, 19%) |
| LAB | lab(82.8 -1.4 0.6) |
| LCH | lch(82.8 1.5 155.6) |
| OKLCH | oklch(0.852 0.004 157.2) |
Copy-ready code
/* CSS */
color: #cccfcd;
background-color: #cccfcd;
/* Tailwind (arbitrary) */
class="text-[#cccfcd] bg-[#cccfcd]"
/* SCSS */
$brand: #cccfcd;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.804)
/* Android */
Color.parseColor("#cccfcd")Accessibility — WCAG contrast
Aa
#cccfcd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfcd on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue80.4%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow1.0%
Key (black)18.8%
Color previews
#cccfcd text on a black background
contrast 13.37:1
Card sample
#cccfcd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfcd;
Background color
Panel with #cccfcd background
background-color: #cccfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfcd; background: linear-gradient(135deg, #cccfcd, #CCCFCF);