#cccacf
a light, muted gray · warm · closest name: silver
RGB
204, 202, 207
HSL
264°, 5%, 80%
CMYK
1, 2, 0, 19
Luminance
0.5958
Every format
| HEX | #cccacf |
| RGB | rgb(204, 202, 207) |
| HSL | hsl(264, 5%, 80%) |
| CMYK | cmyk(1%, 2%, 0%, 19%) |
| LAB | lab(81.6 1.6 -2.2) |
| LCH | lch(81.6 2.8 305.7) |
| OKLCH | oklch(0.842 0.007 304.2) |
Copy-ready code
/* CSS */
color: #cccacf;
background-color: #cccacf;
/* Tailwind (arbitrary) */
class="text-[#cccacf] bg-[#cccacf]"
/* SCSS */
$brand: #cccacf;
/* SwiftUI */
Color(red: 0.800, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#cccacf")Accessibility — WCAG contrast
Aa
#cccacf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccacf on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.2%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cccacf text on a black background
contrast 12.92:1
Card sample
#cccacf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccacf;
Background color
Panel with #cccacf background
background-color: #cccacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccacf; background: linear-gradient(135deg, #cccacf, #CFCACF);