#cdcbba
a light, soft yellow · cool · closest name: silver
RGB
205, 203, 186
HSL
54°, 16%, 77%
CMYK
0, 1, 9, 20
Luminance
0.5924
Every format
| HEX | #cdcbba |
| RGB | rgb(205, 203, 186) |
| HSL | hsl(54, 16%, 77%) |
| CMYK | cmyk(0%, 1%, 9%, 20%) |
| LAB | lab(81.4 -2.3 8.7) |
| LCH | lch(81.4 9.0 104.6) |
| OKLCH | oklch(0.839 0.023 101.4) |
Copy-ready code
/* CSS */
color: #cdcbba;
background-color: #cdcbba;
/* Tailwind (arbitrary) */
class="text-[#cdcbba] bg-[#cdcbba]"
/* SCSS */
$brand: #cdcbba;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#cdcbba")Accessibility — WCAG contrast
Aa
#cdcbba on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcbba on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow9.3%
Key (black)19.6%
Color previews
#cdcbba text on a black background
contrast 12.85:1
Card sample
#cdcbba text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcbba;
Background color
Panel with #cdcbba background
background-color: #cdcbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcbba; background: linear-gradient(135deg, #cdcbba, #C2CDBA);