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