#ccc0bf
a light, muted red · warm · closest name: silver
RGB
204, 192, 191
HSL
5°, 11%, 78%
CMYK
0, 6, 6, 20
Luminance
0.5430
Every format
| HEX | #ccc0bf |
| RGB | rgb(204, 192, 191) |
| HSL | hsl(5, 11%, 78%) |
| CMYK | cmyk(0%, 6%, 6%, 20%) |
| LAB | lab(78.6 4.0 2.0) |
| LCH | lch(78.6 4.5 26.5) |
| OKLCH | oklch(0.817 0.014 23.2) |
Copy-ready code
/* CSS */
color: #ccc0bf;
background-color: #ccc0bf;
/* Tailwind (arbitrary) */
class="text-[#ccc0bf] bg-[#ccc0bf]"
/* SCSS */
$brand: #ccc0bf;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.749)
/* Android */
Color.parseColor("#ccc0bf")Accessibility — WCAG contrast
Aa
#ccc0bf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc0bf on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow6.4%
Key (black)20.0%
Color previews
#ccc0bf text on a black background
contrast 11.86:1
Card sample
#ccc0bf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc0bf;
Background color
Panel with #ccc0bf background
background-color: #ccc0bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc0bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc0bf; background: linear-gradient(135deg, #ccc0bf, #CCC9BF);