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