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