#cdbcbf
a light, muted red · warm · closest name: silver
RGB
205, 188, 191
HSL
349°, 15%, 77%
CMYK
0, 8, 7, 20
Luminance
0.5271
Every format
| HEX | #cdbcbf |
| RGB | rgb(205, 188, 191) |
| HSL | hsl(349, 15%, 77%) |
| CMYK | cmyk(0%, 8%, 7%, 20%) |
| LAB | lab(77.7 6.5 0.7) |
| LCH | lch(77.7 6.5 5.8) |
| OKLCH | oklch(0.810 0.020 5.4) |
Copy-ready code
/* CSS */
color: #cdbcbf;
background-color: #cdbcbf;
/* Tailwind (arbitrary) */
class="text-[#cdbcbf] bg-[#cdbcbf]"
/* SCSS */
$brand: #cdbcbf;
/* SwiftUI */
Color(red: 0.804, green: 0.737, blue: 0.749)
/* Android */
Color.parseColor("#cdbcbf")Accessibility — WCAG contrast
Aa
#cdbcbf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbcbf on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow6.8%
Key (black)19.6%
Color previews
#cdbcbf text on a black background
contrast 11.54:1
Card sample
#cdbcbf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbcbf;
Background color
Panel with #cdbcbf background
background-color: #cdbcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 188, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 188, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbcbf; background: linear-gradient(135deg, #cdbcbf, #CDC4BC);