#cdc2bd
a light, muted orange · warm · closest name: silver
RGB
205, 194, 189
HSL
19°, 14%, 77%
CMYK
0, 5, 8, 20
Luminance
0.5524
Every format
| HEX | #cdc2bd |
| RGB | rgb(205, 194, 189) |
| HSL | hsl(19, 14%, 77%) |
| CMYK | cmyk(0%, 5%, 8%, 20%) |
| LAB | lab(79.2 3.0 3.9) |
| LCH | lch(79.2 4.9 52.5) |
| OKLCH | oklch(0.822 0.014 46.2) |
Copy-ready code
/* CSS */
color: #cdc2bd;
background-color: #cdc2bd;
/* Tailwind (arbitrary) */
class="text-[#cdc2bd] bg-[#cdc2bd]"
/* SCSS */
$brand: #cdc2bd;
/* SwiftUI */
Color(red: 0.804, green: 0.761, blue: 0.741)
/* Android */
Color.parseColor("#cdc2bd")Accessibility — WCAG contrast
Aa
#cdc2bd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc2bd on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green76.1%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow7.8%
Key (black)19.6%
Color previews
#cdc2bd text on a black background
contrast 12.05:1
Card sample
#cdc2bd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc2bd;
Background color
Panel with #cdc2bd background
background-color: #cdc2bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc2bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 194, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 194, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc2bd; background: linear-gradient(135deg, #cdc2bd, #CDCDBD);