#cdcecb
a light, muted gray · cool · closest name: silver
RGB
205, 206, 203
HSL
80°, 3%, 80%
CMYK
1, 0, 2, 19
Luminance
0.6143
Every format
| HEX | #cdcecb |
| RGB | rgb(205, 206, 203) |
| HSL | hsl(80, 3%, 80%) |
| CMYK | cmyk(1%, 0%, 2%, 19%) |
| LAB | lab(82.6 -0.9 1.4) |
| LCH | lch(82.6 1.6 123.0) |
| OKLCH | oklch(0.850 0.004 121.6) |
Copy-ready code
/* CSS */
color: #cdcecb;
background-color: #cdcecb;
/* Tailwind (arbitrary) */
class="text-[#cdcecb] bg-[#cdcecb]"
/* SCSS */
$brand: #cdcecb;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.796)
/* Android */
Color.parseColor("#cdcecb")Accessibility — WCAG contrast
Aa
#cdcecb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcecb on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue79.6%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow1.5%
Key (black)19.2%
Color previews
#cdcecb text on a black background
contrast 13.29:1
Card sample
#cdcecb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcecb;
Background color
Panel with #cdcecb background
background-color: #cdcecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcecb; background: linear-gradient(135deg, #cdcecb, #CBCECB);