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