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