#cdc4b2
a light, soft yellow · warm · closest name: silver
RGB
205, 196, 178
HSL
40°, 21%, 75%
CMYK
0, 4, 13, 20
Luminance
0.5567
Every format
| HEX | #cdc4b2 |
| RGB | rgb(205, 196, 178) |
| HSL | hsl(40, 21%, 75%) |
| CMYK | cmyk(0%, 4%, 13%, 20%) |
| LAB | lab(79.4 0.1 10.2) |
| LCH | lch(79.4 10.2 89.5) |
| OKLCH | oklch(0.823 0.027 84.6) |
Copy-ready code
/* CSS */
color: #cdc4b2;
background-color: #cdc4b2;
/* Tailwind (arbitrary) */
class="text-[#cdc4b2] bg-[#cdc4b2]"
/* SCSS */
$brand: #cdc4b2;
/* SwiftUI */
Color(red: 0.804, green: 0.769, blue: 0.698)
/* Android */
Color.parseColor("#cdc4b2")Accessibility — WCAG contrast
Aa
#cdc4b2 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc4b2 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green76.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow13.2%
Key (black)19.6%
Color previews
#cdc4b2 text on a black background
contrast 12.13:1
Card sample
#cdc4b2 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc4b2;
Background color
Panel with #cdc4b2 background
background-color: #cdc4b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc4b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 196, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 196, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc4b2; background: linear-gradient(135deg, #cdc4b2, #C4CDB2);