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