#c6cfcc
a light, muted cyan · cool · closest name: silver
RGB
198, 207, 204
HSL
160°, 9%, 79%
CMYK
4, 0, 1, 19
Luminance
0.6099
Every format
| HEX | #c6cfcc |
| RGB | rgb(198, 207, 204) |
| HSL | hsl(160, 9%, 79%) |
| CMYK | cmyk(4%, 0%, 1%, 19%) |
| LAB | lab(82.4 -3.6 0.4) |
| LCH | lch(82.4 3.6 173.4) |
| OKLCH | oklch(0.847 0.011 174.2) |
Copy-ready code
/* CSS */
color: #c6cfcc;
background-color: #c6cfcc;
/* Tailwind (arbitrary) */
class="text-[#c6cfcc] bg-[#c6cfcc]"
/* SCSS */
$brand: #c6cfcc;
/* SwiftUI */
Color(red: 0.776, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#c6cfcc")Accessibility — WCAG contrast
Aa
#c6cfcc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cfcc on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green81.2%
Blue80.0%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#c6cfcc text on a black background
contrast 13.20:1
Card sample
#c6cfcc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cfcc;
Background color
Panel with #c6cfcc background
background-color: #c6cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cfcc; background: linear-gradient(135deg, #c6cfcc, #C6CCCF);