#ccc8bf
a light, muted yellow · warm · closest name: silver
RGB
204, 200, 191
HSL
42°, 11%, 78%
CMYK
0, 2, 6, 20
Luminance
0.5791
Every format
| HEX | #ccc8bf |
| RGB | rgb(204, 200, 191) |
| HSL | hsl(42, 11%, 78%) |
| CMYK | cmyk(0%, 2%, 6%, 20%) |
| LAB | lab(80.7 -0.2 5.0) |
| LCH | lch(80.7 5.0 92.3) |
| OKLCH | oklch(0.834 0.013 86.8) |
Copy-ready code
/* CSS */
color: #ccc8bf;
background-color: #ccc8bf;
/* Tailwind (arbitrary) */
class="text-[#ccc8bf] bg-[#ccc8bf]"
/* SCSS */
$brand: #ccc8bf;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.749)
/* Android */
Color.parseColor("#ccc8bf")Accessibility — WCAG contrast
Aa
#ccc8bf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8bf on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow6.4%
Key (black)20.0%
Color previews
#ccc8bf text on a black background
contrast 12.58:1
Card sample
#ccc8bf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8bf;
Background color
Panel with #ccc8bf background
background-color: #ccc8bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8bf; background: linear-gradient(135deg, #ccc8bf, #C7CCBF);