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