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