#ccd7cf
a light, muted green · cool · closest name: silver
RGB
204, 215, 207
HSL
136°, 12%, 82%
CMYK
5, 0, 4, 16
Luminance
0.6594
Every format
| HEX | #ccd7cf |
| RGB | rgb(204, 215, 207) |
| HSL | hsl(136, 12%, 82%) |
| CMYK | cmyk(5%, 0%, 4%, 16%) |
| LAB | lab(85.0 -5.2 2.7) |
| LCH | lch(85.0 5.8 152.9) |
| OKLCH | oklch(0.869 0.016 154.4) |
Copy-ready code
/* CSS */
color: #ccd7cf;
background-color: #ccd7cf;
/* Tailwind (arbitrary) */
class="text-[#ccd7cf] bg-[#ccd7cf]"
/* SCSS */
$brand: #ccd7cf;
/* SwiftUI */
Color(red: 0.800, green: 0.843, blue: 0.812)
/* Android */
Color.parseColor("#ccd7cf")Accessibility — WCAG contrast
Aa
#ccd7cf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd7cf on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green84.3%
Blue81.2%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow3.7%
Key (black)15.7%
Color previews
#ccd7cf text on a black background
contrast 14.19:1
Card sample
#ccd7cf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd7cf;
Background color
Panel with #ccd7cf background
background-color: #ccd7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 215, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 215, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd7cf; background: linear-gradient(135deg, #ccd7cf, #CCD7D6);