#cccfbf
a light, muted green · cool · closest name: silver
RGB
204, 207, 191
HSL
71°, 14%, 78%
CMYK
1, 0, 8, 19
Luminance
0.6122
Every format
| HEX | #cccfbf |
| RGB | rgb(204, 207, 191) |
| HSL | hsl(71, 14%, 78%) |
| CMYK | cmyk(1%, 0%, 8%, 19%) |
| LAB | lab(82.5 -3.9 7.6) |
| LCH | lch(82.5 8.5 117.0) |
| OKLCH | oklch(0.848 0.022 115.5) |
Copy-ready code
/* CSS */
color: #cccfbf;
background-color: #cccfbf;
/* Tailwind (arbitrary) */
class="text-[#cccfbf] bg-[#cccfbf]"
/* SCSS */
$brand: #cccfbf;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.749)
/* Android */
Color.parseColor("#cccfbf")Accessibility — WCAG contrast
Aa
#cccfbf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfbf on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue74.9%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow7.7%
Key (black)18.8%
Color previews
#cccfbf text on a black background
contrast 13.24:1
Card sample
#cccfbf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfbf;
Background color
Panel with #cccfbf background
background-color: #cccfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfbf; background: linear-gradient(135deg, #cccfbf, #C1CFBF);