#c6cccd
a light, muted gray · cool · closest name: silver
RGB
198, 204, 205
HSL
189°, 7%, 79%
CMYK
3, 1, 0, 20
Luminance
0.5960
Every format
| HEX | #c6cccd |
| RGB | rgb(198, 204, 205) |
| HSL | hsl(189, 7%, 79%) |
| CMYK | cmyk(3%, 1%, 0%, 20%) |
| LAB | lab(81.6 -1.9 -1.2) |
| LCH | lch(81.6 2.2 213.0) |
| OKLCH | oklch(0.841 0.007 208.8) |
Copy-ready code
/* CSS */
color: #c6cccd;
background-color: #c6cccd;
/* Tailwind (arbitrary) */
class="text-[#c6cccd] bg-[#c6cccd]"
/* SCSS */
$brand: #c6cccd;
/* SwiftUI */
Color(red: 0.776, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#c6cccd")Accessibility — WCAG contrast
Aa
#c6cccd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cccd on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.0%
Blue80.4%
CMYK percentages
Cyan3.4%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#c6cccd text on a black background
contrast 12.92:1
Card sample
#c6cccd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cccd;
Background color
Panel with #c6cccd background
background-color: #c6cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cccd; background: linear-gradient(135deg, #c6cccd, #C6C7CD);