#ccd2cf
a light, muted gray · cool · closest name: silver
RGB
204, 210, 207
HSL
150°, 6%, 81%
CMYK
3, 0, 1, 18
Luminance
0.6344
Every format
| HEX | #ccd2cf |
| RGB | rgb(204, 210, 207) |
| HSL | hsl(150, 6%, 81%) |
| CMYK | cmyk(3%, 0%, 1%, 18%) |
| LAB | lab(83.7 -2.6 0.8) |
| LCH | lch(83.7 2.7 163.4) |
| OKLCH | oklch(0.858 0.008 164.9) |
Copy-ready code
/* CSS */
color: #ccd2cf;
background-color: #ccd2cf;
/* Tailwind (arbitrary) */
class="text-[#ccd2cf] bg-[#ccd2cf]"
/* SCSS */
$brand: #ccd2cf;
/* SwiftUI */
Color(red: 0.800, green: 0.824, blue: 0.812)
/* Android */
Color.parseColor("#ccd2cf")Accessibility — WCAG contrast
Aa
#ccd2cf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd2cf on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green82.4%
Blue81.2%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow1.4%
Key (black)17.6%
Color previews
#ccd2cf text on a black background
contrast 13.69:1
Card sample
#ccd2cf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd2cf;
Background color
Panel with #ccd2cf background
background-color: #ccd2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 210, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 210, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd2cf; background: linear-gradient(135deg, #ccd2cf, #CCD1D2);