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