#c7c2ce
a light, muted violet · warm · closest name: silver
RGB
199, 194, 206
HSL
265°, 11%, 78%
CMYK
3, 6, 0, 19
Luminance
0.5518
Every format
| HEX | #c7c2ce |
| RGB | rgb(199, 194, 206) |
| HSL | hsl(265, 11%, 78%) |
| CMYK | cmyk(3%, 6%, 0%, 19%) |
| LAB | lab(79.2 4.0 -5.4) |
| LCH | lch(79.2 6.7 306.4) |
| OKLCH | oklch(0.822 0.017 304.8) |
Copy-ready code
/* CSS */
color: #c7c2ce;
background-color: #c7c2ce;
/* Tailwind (arbitrary) */
class="text-[#c7c2ce] bg-[#c7c2ce]"
/* SCSS */
$brand: #c7c2ce;
/* SwiftUI */
Color(red: 0.780, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#c7c2ce")Accessibility — WCAG contrast
Aa
#c7c2ce on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c2ce on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green76.1%
Blue80.8%
CMYK percentages
Cyan3.4%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#c7c2ce text on a black background
contrast 12.04:1
Card sample
#c7c2ce text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c2ce;
Background color
Panel with #c7c2ce background
background-color: #c7c2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c2ce; background: linear-gradient(135deg, #c7c2ce, #CEC2CD);