#ccc1cf
a light, muted violet · warm · closest name: silver
RGB
204, 193, 207
HSL
287°, 13%, 78%
CMYK
1, 7, 0, 19
Luminance
0.5548
Every format
| HEX | #ccc1cf |
| RGB | rgb(204, 193, 207) |
| HSL | hsl(287, 13%, 78%) |
| CMYK | cmyk(1%, 7%, 0%, 19%) |
| LAB | lab(79.3 6.4 -5.6) |
| LCH | lch(79.3 8.5 318.7) |
| OKLCH | oklch(0.824 0.023 319.0) |
Copy-ready code
/* CSS */
color: #ccc1cf;
background-color: #ccc1cf;
/* Tailwind (arbitrary) */
class="text-[#ccc1cf] bg-[#ccc1cf]"
/* SCSS */
$brand: #ccc1cf;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.812)
/* Android */
Color.parseColor("#ccc1cf")Accessibility — WCAG contrast
Aa
#ccc1cf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc1cf on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta6.8%
Yellow0.0%
Key (black)18.8%
Color previews
#ccc1cf text on a black background
contrast 12.10:1
Card sample
#ccc1cf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc1cf;
Background color
Panel with #ccc1cf background
background-color: #ccc1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc1cf; background: linear-gradient(135deg, #ccc1cf, #CFC1C9);