#ccd8cf
a light, muted green · cool · closest name: silver
RGB
204, 216, 207
HSL
135°, 13%, 82%
CMYK
6, 0, 4, 15
Luminance
0.6645
Every format
| HEX | #ccd8cf |
| RGB | rgb(204, 216, 207) |
| HSL | hsl(135, 13%, 82%) |
| CMYK | cmyk(6%, 0%, 4%, 15%) |
| LAB | lab(85.2 -5.7 3.0) |
| LCH | lch(85.2 6.5 152.0) |
| OKLCH | oklch(0.871 0.018 153.5) |
Copy-ready code
/* CSS */
color: #ccd8cf;
background-color: #ccd8cf;
/* Tailwind (arbitrary) */
class="text-[#ccd8cf] bg-[#ccd8cf]"
/* SCSS */
$brand: #ccd8cf;
/* SwiftUI */
Color(red: 0.800, green: 0.847, blue: 0.812)
/* Android */
Color.parseColor("#ccd8cf")Accessibility — WCAG contrast
Aa
#ccd8cf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd8cf on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green84.7%
Blue81.2%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow4.2%
Key (black)15.3%
Color previews
#ccd8cf text on a black background
contrast 14.29:1
Card sample
#ccd8cf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd8cf;
Background color
Panel with #ccd8cf background
background-color: #ccd8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 216, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 216, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd8cf; background: linear-gradient(135deg, #ccd8cf, #CCD8D7);