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