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