#c6c2cf
a light, muted violet · warm · closest name: silver
RGB
198, 194, 207
HSL
259°, 12%, 79%
CMYK
4, 6, 0, 19
Luminance
0.5509
Every format
| HEX | #c6c2cf |
| RGB | rgb(198, 194, 207) |
| HSL | hsl(259, 12%, 79%) |
| CMYK | cmyk(4%, 6%, 0%, 19%) |
| LAB | lab(79.1 3.8 -6.0) |
| LCH | lch(79.1 7.1 302.4) |
| OKLCH | oklch(0.821 0.018 300.0) |
Copy-ready code
/* CSS */
color: #c6c2cf;
background-color: #c6c2cf;
/* Tailwind (arbitrary) */
class="text-[#c6c2cf] bg-[#c6c2cf]"
/* SCSS */
$brand: #c6c2cf;
/* SwiftUI */
Color(red: 0.776, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#c6c2cf")Accessibility — WCAG contrast
Aa
#c6c2cf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6c2cf on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green76.1%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#c6c2cf text on a black background
contrast 12.02:1
Card sample
#c6c2cf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6c2cf;
Background color
Panel with #c6c2cf background
background-color: #c6c2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6c2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6c2cf; background: linear-gradient(135deg, #c6c2cf, #CFC2CF);