#cdc9b2
a light, soft yellow · cool · closest name: silver
RGB
205, 201, 178
HSL
51°, 21%, 75%
CMYK
0, 2, 13, 20
Luminance
0.5797
Every format
| HEX | #cdc9b2 |
| RGB | rgb(205, 201, 178) |
| HSL | hsl(51, 21%, 75%) |
| CMYK | cmyk(0%, 2%, 13%, 20%) |
| LAB | lab(80.7 -2.5 12.0) |
| LCH | lch(80.7 12.3 101.9) |
| OKLCH | oklch(0.833 0.032 98.9) |
Copy-ready code
/* CSS */
color: #cdc9b2;
background-color: #cdc9b2;
/* Tailwind (arbitrary) */
class="text-[#cdc9b2] bg-[#cdc9b2]"
/* SCSS */
$brand: #cdc9b2;
/* SwiftUI */
Color(red: 0.804, green: 0.788, blue: 0.698)
/* Android */
Color.parseColor("#cdc9b2")Accessibility — WCAG contrast
Aa
#cdc9b2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc9b2 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green78.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow13.2%
Key (black)19.6%
Color previews
#cdc9b2 text on a black background
contrast 12.59:1
Card sample
#cdc9b2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc9b2;
Background color
Panel with #cdc9b2 background
background-color: #cdc9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 201, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 201, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc9b2; background: linear-gradient(135deg, #cdc9b2, #BFCDB2);