#cfd2cd
a light, muted gray · cool · closest name: silver
RGB
207, 210, 205
HSL
96°, 5%, 81%
CMYK
1, 0, 2, 18
Luminance
0.6377
Every format
| HEX | #cfd2cd |
| RGB | rgb(207, 210, 205) |
| HSL | hsl(96, 5%, 81%) |
| CMYK | cmyk(1%, 0%, 2%, 18%) |
| LAB | lab(83.8 -1.9 2.1) |
| LCH | lch(83.8 2.9 132.4) |
| OKLCH | oklch(0.860 0.007 132.4) |
Copy-ready code
/* CSS */
color: #cfd2cd;
background-color: #cfd2cd;
/* Tailwind (arbitrary) */
class="text-[#cfd2cd] bg-[#cfd2cd]"
/* SCSS */
$brand: #cfd2cd;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.804)
/* Android */
Color.parseColor("#cfd2cd")Accessibility — WCAG contrast
Aa
#cfd2cd on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd2cd on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue80.4%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow2.4%
Key (black)17.6%
Color previews
#cfd2cd text on a black background
contrast 13.75:1
Card sample
#cfd2cd text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd2cd;
Background color
Panel with #cfd2cd background
background-color: #cfd2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd2cd; background: linear-gradient(135deg, #cfd2cd, #CDD2CE);