#ccd4cf
a light, muted green · cool · closest name: silver
RGB
204, 212, 207
HSL
143°, 9%, 82%
CMYK
4, 0, 2, 17
Luminance
0.6443
Every format
| HEX | #ccd4cf |
| RGB | rgb(204, 212, 207) |
| HSL | hsl(143, 9%, 82%) |
| CMYK | cmyk(4%, 0%, 2%, 17%) |
| LAB | lab(84.2 -3.6 1.5) |
| LCH | lch(84.2 3.9 157.1) |
| OKLCH | oklch(0.862 0.011 158.8) |
Copy-ready code
/* CSS */
color: #ccd4cf;
background-color: #ccd4cf;
/* Tailwind (arbitrary) */
class="text-[#ccd4cf] bg-[#ccd4cf]"
/* SCSS */
$brand: #ccd4cf;
/* SwiftUI */
Color(red: 0.800, green: 0.831, blue: 0.812)
/* Android */
Color.parseColor("#ccd4cf")Accessibility — WCAG contrast
Aa
#ccd4cf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd4cf on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green83.1%
Blue81.2%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow2.4%
Key (black)16.9%
Color previews
#ccd4cf text on a black background
contrast 13.89:1
Card sample
#ccd4cf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd4cf;
Background color
Panel with #ccd4cf background
background-color: #ccd4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 212, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 212, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd4cf; background: linear-gradient(135deg, #ccd4cf, #CCD4D4);