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