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