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