#c3c7cf
a light, muted blue · cool · closest name: silver
RGB
195, 199, 207
HSL
220°, 11%, 79%
CMYK
6, 4, 0, 19
Luminance
0.5695
Every format
| HEX | #c3c7cf |
| RGB | rgb(195, 199, 207) |
| HSL | hsl(220, 11%, 79%) |
| CMYK | cmyk(6%, 4%, 0%, 19%) |
| LAB | lab(80.2 0.1 -4.5) |
| LCH | lch(80.2 4.5 271.8) |
| OKLCH | oklch(0.829 0.012 264.5) |
Copy-ready code
/* CSS */
color: #c3c7cf;
background-color: #c3c7cf;
/* Tailwind (arbitrary) */
class="text-[#c3c7cf] bg-[#c3c7cf]"
/* SCSS */
$brand: #c3c7cf;
/* SwiftUI */
Color(red: 0.765, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#c3c7cf")Accessibility — WCAG contrast
Aa
#c3c7cf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c7cf on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green78.0%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta3.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c3c7cf text on a black background
contrast 12.39:1
Card sample
#c3c7cf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c7cf;
Background color
Panel with #c3c7cf background
background-color: #c3c7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c7cf; background: linear-gradient(135deg, #c3c7cf, #C7C3CF);