#cdcebf
a light, muted yellow · cool · closest name: silver
RGB
205, 206, 191
HSL
64°, 13%, 78%
CMYK
1, 0, 7, 19
Luminance
0.6088
Every format
| HEX | #cdcebf |
| RGB | rgb(205, 206, 191) |
| HSL | hsl(64, 13%, 78%) |
| CMYK | cmyk(1%, 0%, 7%, 19%) |
| LAB | lab(82.3 -3.0 7.3) |
| LCH | lch(82.3 7.9 112.2) |
| OKLCH | oklch(0.847 0.020 109.9) |
Copy-ready code
/* CSS */
color: #cdcebf;
background-color: #cdcebf;
/* Tailwind (arbitrary) */
class="text-[#cdcebf] bg-[#cdcebf]"
/* SCSS */
$brand: #cdcebf;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.749)
/* Android */
Color.parseColor("#cdcebf")Accessibility — WCAG contrast
Aa
#cdcebf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcebf on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue74.9%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow7.3%
Key (black)19.2%
Color previews
#cdcebf text on a black background
contrast 13.18:1
Card sample
#cdcebf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcebf;
Background color
Panel with #cdcebf background
background-color: #cdcebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcebf; background: linear-gradient(135deg, #cdcebf, #C3CEBF);