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