#ccd3cf
a light, muted gray · cool · closest name: silver
RGB
204, 211, 207
HSL
146°, 7%, 81%
CMYK
3, 0, 2, 17
Luminance
0.6393
Every format
| HEX | #ccd3cf |
| RGB | rgb(204, 211, 207) |
| HSL | hsl(146, 7%, 81%) |
| CMYK | cmyk(3%, 0%, 2%, 17%) |
| LAB | lab(83.9 -3.1 1.1) |
| LCH | lch(83.9 3.3 159.7) |
| OKLCH | oklch(0.860 0.009 161.3) |
Copy-ready code
/* CSS */
color: #ccd3cf;
background-color: #ccd3cf;
/* Tailwind (arbitrary) */
class="text-[#ccd3cf] bg-[#ccd3cf]"
/* SCSS */
$brand: #ccd3cf;
/* SwiftUI */
Color(red: 0.800, green: 0.827, blue: 0.812)
/* Android */
Color.parseColor("#ccd3cf")Accessibility — WCAG contrast
Aa
#ccd3cf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd3cf on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green82.7%
Blue81.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow1.9%
Key (black)17.3%
Color previews
#ccd3cf text on a black background
contrast 13.79:1
Card sample
#ccd3cf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd3cf;
Background color
Panel with #ccd3cf background
background-color: #ccd3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 211, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 211, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd3cf; background: linear-gradient(135deg, #ccd3cf, #CCD2D3);