#ccbbbc
a light, muted red · warm · closest name: silver
RGB
204, 187, 188
HSL
357°, 14%, 77%
CMYK
0, 8, 8, 20
Luminance
0.5201
Every format
| HEX | #ccbbbc |
| RGB | rgb(204, 187, 188) |
| HSL | hsl(357, 14%, 77%) |
| CMYK | cmyk(0%, 8%, 8%, 20%) |
| LAB | lab(77.3 6.2 1.7) |
| LCH | lch(77.3 6.4 15.1) |
| OKLCH | oklch(0.806 0.019 13.5) |
Copy-ready code
/* CSS */
color: #ccbbbc;
background-color: #ccbbbc;
/* Tailwind (arbitrary) */
class="text-[#ccbbbc] bg-[#ccbbbc]"
/* SCSS */
$brand: #ccbbbc;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.737)
/* Android */
Color.parseColor("#ccbbbc")Accessibility — WCAG contrast
Aa
#ccbbbc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbbbc on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow7.8%
Key (black)20.0%
Color previews
#ccbbbc text on a black background
contrast 11.40:1
Card sample
#ccbbbc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbbbc;
Background color
Panel with #ccbbbc background
background-color: #ccbbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 187, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbbbc; background: linear-gradient(135deg, #ccbbbc, #CCC5BB);