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