#cecfd1
a light, muted gray · cool · closest name: silver
RGB
206, 207, 209
HSL
220°, 3%, 81%
CMYK
1, 1, 0, 18
Luminance
0.6235
Every format
| HEX | #cecfd1 |
| RGB | rgb(206, 207, 209) |
| HSL | hsl(220, 3%, 81%) |
| CMYK | cmyk(1%, 1%, 0%, 18%) |
| LAB | lab(83.1 0.0 -1.1) |
| LCH | lch(83.1 1.1 271.5) |
| OKLCH | oklch(0.854 0.003 264.5) |
Copy-ready code
/* CSS */
color: #cecfd1;
background-color: #cecfd1;
/* Tailwind (arbitrary) */
class="text-[#cecfd1] bg-[#cecfd1]"
/* SCSS */
$brand: #cecfd1;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.820)
/* Android */
Color.parseColor("#cecfd1")Accessibility — WCAG contrast
Aa
#cecfd1 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfd1 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue82.0%
CMYK percentages
Cyan1.4%
Magenta1.0%
Yellow0.0%
Key (black)18.0%
Color previews
#cecfd1 text on a black background
contrast 13.47:1
Card sample
#cecfd1 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfd1;
Background color
Panel with #cecfd1 background
background-color: #cecfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfd1; background: linear-gradient(135deg, #cecfd1, #CFCED1);