#c7cacf
a light, muted gray · cool · closest name: silver
RGB
199, 202, 207
HSL
218°, 8%, 80%
CMYK
4, 2, 0, 19
Luminance
0.5889
Every format
| HEX | #c7cacf |
| RGB | rgb(199, 202, 207) |
| HSL | hsl(218, 8%, 80%) |
| CMYK | cmyk(4%, 2%, 0%, 19%) |
| LAB | lab(81.2 -0.1 -2.8) |
| LCH | lch(81.2 2.8 268.2) |
| OKLCH | oklch(0.838 0.008 260.7) |
Copy-ready code
/* CSS */
color: #c7cacf;
background-color: #c7cacf;
/* Tailwind (arbitrary) */
class="text-[#c7cacf] bg-[#c7cacf]"
/* SCSS */
$brand: #c7cacf;
/* SwiftUI */
Color(red: 0.780, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#c7cacf")Accessibility — WCAG contrast
Aa
#c7cacf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cacf on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green79.2%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c7cacf text on a black background
contrast 12.78:1
Card sample
#c7cacf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cacf;
Background color
Panel with #c7cacf background
background-color: #c7cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cacf; background: linear-gradient(135deg, #c7cacf, #C9C7CF);