#ccc4ac
a light, soft yellow · cool · closest name: silver
RGB
204, 196, 172
HSL
45°, 24%, 74%
CMYK
0, 4, 16, 20
Luminance
0.5530
Every format
| HEX | #ccc4ac |
| RGB | rgb(204, 196, 172) |
| HSL | hsl(45, 24%, 74%) |
| CMYK | cmyk(0%, 4%, 16%, 20%) |
| LAB | lab(79.2 -1.2 13.1) |
| LCH | lch(79.2 13.1 95.4) |
| OKLCH | oklch(0.820 0.034 91.7) |
Copy-ready code
/* CSS */
color: #ccc4ac;
background-color: #ccc4ac;
/* Tailwind (arbitrary) */
class="text-[#ccc4ac] bg-[#ccc4ac]"
/* SCSS */
$brand: #ccc4ac;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.675)
/* Android */
Color.parseColor("#ccc4ac")Accessibility — WCAG contrast
Aa
#ccc4ac on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc4ac on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow15.7%
Key (black)20.0%
Color previews
#ccc4ac text on a black background
contrast 12.06:1
Card sample
#ccc4ac text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc4ac;
Background color
Panel with #ccc4ac background
background-color: #ccc4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 196, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 196, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc4ac; background: linear-gradient(135deg, #ccc4ac, #BFCCAC);