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