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