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