#cdbdbb
a light, soft red · warm · closest name: silver
RGB
205, 189, 187
HSL
7°, 15%, 77%
CMYK
0, 8, 9, 20
Luminance
0.5296
Every format
| HEX | #cdbdbb |
| RGB | rgb(205, 189, 187) |
| HSL | hsl(7, 15%, 77%) |
| CMYK | cmyk(0%, 8%, 9%, 20%) |
| LAB | lab(77.8 5.3 3.0) |
| LCH | lch(77.8 6.1 29.9) |
| OKLCH | oklch(0.811 0.018 26.1) |
Copy-ready code
/* CSS */
color: #cdbdbb;
background-color: #cdbdbb;
/* Tailwind (arbitrary) */
class="text-[#cdbdbb] bg-[#cdbdbb]"
/* SCSS */
$brand: #cdbdbb;
/* SwiftUI */
Color(red: 0.804, green: 0.741, blue: 0.733)
/* Android */
Color.parseColor("#cdbdbb")Accessibility — WCAG contrast
Aa
#cdbdbb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbdbb on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.1%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow8.8%
Key (black)19.6%
Color previews
#cdbdbb text on a black background
contrast 11.59:1
Card sample
#cdbdbb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbdbb;
Background color
Panel with #cdbdbb background
background-color: #cdbdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 189, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 189, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbdbb; background: linear-gradient(135deg, #cdbdbb, #CDC9BB);