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