#ccc6cb
a light, muted gray · warm · closest name: silver
RGB
204, 198, 203
HSL
310°, 6%, 79%
CMYK
0, 3, 1, 20
Luminance
0.5754
Every format
| HEX | #ccc6cb |
| RGB | rgb(204, 198, 203) |
| HSL | hsl(310, 6%, 79%) |
| CMYK | cmyk(0%, 3%, 1%, 20%) |
| LAB | lab(80.5 3.0 -1.8) |
| LCH | lch(80.5 3.5 329.6) |
| OKLCH | oklch(0.833 0.009 331.0) |
Copy-ready code
/* CSS */
color: #ccc6cb;
background-color: #ccc6cb;
/* Tailwind (arbitrary) */
class="text-[#ccc6cb] bg-[#ccc6cb]"
/* SCSS */
$brand: #ccc6cb;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.796)
/* Android */
Color.parseColor("#ccc6cb")Accessibility — WCAG contrast
Aa
#ccc6cb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc6cb on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow0.5%
Key (black)20.0%
Color previews
#ccc6cb text on a black background
contrast 12.51:1
Card sample
#ccc6cb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc6cb;
Background color
Panel with #ccc6cb background
background-color: #ccc6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc6cb; background: linear-gradient(135deg, #ccc6cb, #CCC6C7);