#ccc8b7
a light, soft yellow · cool · closest name: silver
RGB
204, 200, 183
HSL
49°, 17%, 76%
CMYK
0, 2, 10, 20
Luminance
0.5756
Every format
| HEX | #ccc8b7 |
| RGB | rgb(204, 200, 183) |
| HSL | hsl(49, 17%, 76%) |
| CMYK | cmyk(0%, 2%, 10%, 20%) |
| LAB | lab(80.5 -1.6 9.0) |
| LCH | lch(80.5 9.1 99.8) |
| OKLCH | oklch(0.831 0.024 96.0) |
Copy-ready code
/* CSS */
color: #ccc8b7;
background-color: #ccc8b7;
/* Tailwind (arbitrary) */
class="text-[#ccc8b7] bg-[#ccc8b7]"
/* SCSS */
$brand: #ccc8b7;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.718)
/* Android */
Color.parseColor("#ccc8b7")Accessibility — WCAG contrast
Aa
#ccc8b7 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8b7 on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow10.3%
Key (black)20.0%
Color previews
#ccc8b7 text on a black background
contrast 12.51:1
Card sample
#ccc8b7 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8b7;
Background color
Panel with #ccc8b7 background
background-color: #ccc8b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8b7; background: linear-gradient(135deg, #ccc8b7, #C2CCB7);