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