#cdccbf
a light, muted yellow · cool · closest name: silver
RGB
205, 204, 191
HSL
56°, 12%, 78%
CMYK
0, 1, 7, 20
Luminance
0.5993
Every format
| HEX | #cdccbf |
| RGB | rgb(205, 204, 191) |
| HSL | hsl(56, 12%, 78%) |
| CMYK | cmyk(0%, 1%, 7%, 20%) |
| LAB | lab(81.8 -1.9 6.6) |
| LCH | lch(81.8 6.9 106.5) |
| OKLCH | oklch(0.842 0.018 103.2) |
Copy-ready code
/* CSS */
color: #cdccbf;
background-color: #cdccbf;
/* Tailwind (arbitrary) */
class="text-[#cdccbf] bg-[#cdccbf]"
/* SCSS */
$brand: #cdccbf;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#cdccbf")Accessibility — WCAG contrast
Aa
#cdccbf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdccbf on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow6.8%
Key (black)19.6%
Color previews
#cdccbf text on a black background
contrast 12.99:1
Card sample
#cdccbf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdccbf;
Background color
Panel with #cdccbf background
background-color: #cdccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdccbf; background: linear-gradient(135deg, #cdccbf, #C5CDBF);