#cccfca
a light, muted gray · cool · closest name: silver
RGB
204, 207, 202
HSL
96°, 5%, 80%
CMYK
1, 0, 2, 19
Luminance
0.6173
Every format
| HEX | #cccfca |
| RGB | rgb(204, 207, 202) |
| HSL | hsl(96, 5%, 80%) |
| CMYK | cmyk(1%, 0%, 2%, 19%) |
| LAB | lab(82.8 -1.9 2.1) |
| LCH | lch(82.8 2.9 132.3) |
| OKLCH | oklch(0.851 0.008 132.4) |
Copy-ready code
/* CSS */
color: #cccfca;
background-color: #cccfca;
/* Tailwind (arbitrary) */
class="text-[#cccfca] bg-[#cccfca]"
/* SCSS */
$brand: #cccfca;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.792)
/* Android */
Color.parseColor("#cccfca")Accessibility — WCAG contrast
Aa
#cccfca on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfca on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue79.2%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow2.4%
Key (black)18.8%
Color previews
#cccfca text on a black background
contrast 13.35:1
Card sample
#cccfca text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfca;
Background color
Panel with #cccfca background
background-color: #cccfca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfca; background: linear-gradient(135deg, #cccfca, #CACFCB);