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