#ccc6bc
a light, muted orange · warm · closest name: silver
RGB
204, 198, 188
HSL
38°, 14%, 77%
CMYK
0, 3, 8, 20
Luminance
0.5686
Every format
| HEX | #ccc6bc |
| RGB | rgb(204, 198, 188) |
| HSL | hsl(38, 14%, 77%) |
| CMYK | cmyk(0%, 3%, 8%, 20%) |
| LAB | lab(80.1 0.3 5.8) |
| LCH | lch(80.1 5.8 86.6) |
| OKLCH | oklch(0.829 0.015 80.7) |
Copy-ready code
/* CSS */
color: #ccc6bc;
background-color: #ccc6bc;
/* Tailwind (arbitrary) */
class="text-[#ccc6bc] bg-[#ccc6bc]"
/* SCSS */
$brand: #ccc6bc;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.737)
/* Android */
Color.parseColor("#ccc6bc")Accessibility — WCAG contrast
Aa
#ccc6bc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc6bc on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow7.8%
Key (black)20.0%
Color previews
#ccc6bc text on a black background
contrast 12.37:1
Card sample
#ccc6bc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc6bc;
Background color
Panel with #ccc6bc background
background-color: #ccc6bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc6bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc6bc; background: linear-gradient(135deg, #ccc6bc, #C7CCBC);