#cdccba
a light, soft yellow · cool · closest name: silver
RGB
205, 204, 186
HSL
57°, 16%, 77%
CMYK
0, 1, 9, 20
Luminance
0.5971
Every format
| HEX | #cdccba |
| RGB | rgb(205, 204, 186) |
| HSL | hsl(57, 16%, 77%) |
| CMYK | cmyk(0%, 1%, 9%, 20%) |
| LAB | lab(81.7 -2.8 9.1) |
| LCH | lch(81.7 9.5 107.0) |
| OKLCH | oklch(0.841 0.025 104.3) |
Copy-ready code
/* CSS */
color: #cdccba;
background-color: #cdccba;
/* Tailwind (arbitrary) */
class="text-[#cdccba] bg-[#cdccba]"
/* SCSS */
$brand: #cdccba;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#cdccba")Accessibility — WCAG contrast
Aa
#cdccba on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdccba on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow9.3%
Key (black)19.6%
Color previews
#cdccba text on a black background
contrast 12.94:1
Card sample
#cdccba text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdccba;
Background color
Panel with #cdccba background
background-color: #cdccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdccba; background: linear-gradient(135deg, #cdccba, #C1CDBA);