#c7c5cf
a light, muted blue · warm · closest name: silver
RGB
199, 197, 207
HSL
252°, 9%, 79%
CMYK
4, 5, 0, 19
Luminance
0.5658
Every format
| HEX | #c7c5cf |
| RGB | rgb(199, 197, 207) |
| HSL | hsl(252, 9%, 79%) |
| CMYK | cmyk(4%, 5%, 0%, 19%) |
| LAB | lab(79.9 2.5 -4.7) |
| LCH | lch(79.9 5.4 298.3) |
| OKLCH | oklch(0.828 0.014 295.3) |
Copy-ready code
/* CSS */
color: #c7c5cf;
background-color: #c7c5cf;
/* Tailwind (arbitrary) */
class="text-[#c7c5cf] bg-[#c7c5cf]"
/* SCSS */
$brand: #c7c5cf;
/* SwiftUI */
Color(red: 0.780, green: 0.773, blue: 0.812)
/* Android */
Color.parseColor("#c7c5cf")Accessibility — WCAG contrast
Aa
#c7c5cf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c5cf on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green77.3%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta4.8%
Yellow0.0%
Key (black)18.8%
Color previews
#c7c5cf text on a black background
contrast 12.32:1
Card sample
#c7c5cf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c5cf;
Background color
Panel with #c7c5cf background
background-color: #c7c5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 197, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 197, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c5cf; background: linear-gradient(135deg, #c7c5cf, #CEC5CF);