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