#ccd1cf
a light, muted gray · cool · closest name: silver
RGB
204, 209, 207
HSL
156°, 5%, 81%
CMYK
2, 0, 1, 18
Luminance
0.6294
Every format
| HEX | #ccd1cf |
| RGB | rgb(204, 209, 207) |
| HSL | hsl(156, 5%, 81%) |
| CMYK | cmyk(2%, 0%, 1%, 18%) |
| LAB | lab(83.4 -2.1 0.4) |
| LCH | lch(83.4 2.1 169.3) |
| OKLCH | oklch(0.856 0.006 170.4) |
Copy-ready code
/* CSS */
color: #ccd1cf;
background-color: #ccd1cf;
/* Tailwind (arbitrary) */
class="text-[#ccd1cf] bg-[#ccd1cf]"
/* SCSS */
$brand: #ccd1cf;
/* SwiftUI */
Color(red: 0.800, green: 0.820, blue: 0.812)
/* Android */
Color.parseColor("#ccd1cf")Accessibility — WCAG contrast
Aa
#ccd1cf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd1cf on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green82.0%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow1.0%
Key (black)18.0%
Color previews
#ccd1cf text on a black background
contrast 13.59:1
Card sample
#ccd1cf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd1cf;
Background color
Panel with #ccd1cf background
background-color: #ccd1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 209, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 209, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd1cf; background: linear-gradient(135deg, #ccd1cf, #CCD0D1);