#ccc2cf
a light, muted violet · warm · closest name: silver
RGB
204, 194, 207
HSL
286°, 12%, 79%
CMYK
1, 6, 0, 19
Luminance
0.5593
Every format
| HEX | #ccc2cf |
| RGB | rgb(204, 194, 207) |
| HSL | hsl(286, 12%, 79%) |
| CMYK | cmyk(1%, 6%, 0%, 19%) |
| LAB | lab(79.6 5.8 -5.2) |
| LCH | lch(79.6 7.8 318.1) |
| OKLCH | oklch(0.826 0.021 318.4) |
Copy-ready code
/* CSS */
color: #ccc2cf;
background-color: #ccc2cf;
/* Tailwind (arbitrary) */
class="text-[#ccc2cf] bg-[#ccc2cf]"
/* SCSS */
$brand: #ccc2cf;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#ccc2cf")Accessibility — WCAG contrast
Aa
#ccc2cf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2cf on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#ccc2cf text on a black background
contrast 12.19:1
Card sample
#ccc2cf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2cf;
Background color
Panel with #ccc2cf background
background-color: #ccc2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2cf; background: linear-gradient(135deg, #ccc2cf, #CFC2C9);