#ccc8bd
a light, muted yellow · warm · closest name: silver
RGB
204, 200, 189
HSL
44°, 13%, 77%
CMYK
0, 2, 7, 20
Luminance
0.5782
Every format
| HEX | #ccc8bd |
| RGB | rgb(204, 200, 189) |
| HSL | hsl(44, 13%, 77%) |
| CMYK | cmyk(0%, 2%, 7%, 20%) |
| LAB | lab(80.6 -0.6 6.0) |
| LCH | lch(80.6 6.0 95.2) |
| OKLCH | oklch(0.833 0.016 90.3) |
Copy-ready code
/* CSS */
color: #ccc8bd;
background-color: #ccc8bd;
/* Tailwind (arbitrary) */
class="text-[#ccc8bd] bg-[#ccc8bd]"
/* SCSS */
$brand: #ccc8bd;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.741)
/* Android */
Color.parseColor("#ccc8bd")Accessibility — WCAG contrast
Aa
#ccc8bd on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8bd on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow7.4%
Key (black)20.0%
Color previews
#ccc8bd text on a black background
contrast 12.56:1
Card sample
#ccc8bd text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8bd;
Background color
Panel with #ccc8bd background
background-color: #ccc8bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8bd; background: linear-gradient(135deg, #ccc8bd, #C6CCBD);