#cccac1
a light, muted yellow · cool · closest name: silver
RGB
204, 202, 193
HSL
49°, 10%, 78%
CMYK
0, 1, 5, 20
Luminance
0.5893
Every format
| HEX | #cccac1 |
| RGB | rgb(204, 202, 193) |
| HSL | hsl(49, 10%, 78%) |
| CMYK | cmyk(0%, 1%, 5%, 20%) |
| LAB | lab(81.3 -0.9 4.7) |
| LCH | lch(81.3 4.8 100.9) |
| OKLCH | oklch(0.838 0.013 96.5) |
Copy-ready code
/* CSS */
color: #cccac1;
background-color: #cccac1;
/* Tailwind (arbitrary) */
class="text-[#cccac1] bg-[#cccac1]"
/* SCSS */
$brand: #cccac1;
/* SwiftUI */
Color(red: 0.800, green: 0.792, blue: 0.757)
/* Android */
Color.parseColor("#cccac1")Accessibility — WCAG contrast
Aa
#cccac1 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccac1 on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.2%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow5.4%
Key (black)20.0%
Color previews
#cccac1 text on a black background
contrast 12.79:1
Card sample
#cccac1 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccac1;
Background color
Panel with #cccac1 background
background-color: #cccac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 202, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 202, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccac1; background: linear-gradient(135deg, #cccac1, #C7CCC1);