#ccceca
a light, muted gray · cool · closest name: silver
RGB
204, 206, 202
HSL
90°, 4%, 80%
CMYK
1, 0, 2, 19
Luminance
0.6124
Every format
| HEX | #ccceca |
| RGB | rgb(204, 206, 202) |
| HSL | hsl(90, 4%, 80%) |
| CMYK | cmyk(1%, 0%, 2%, 19%) |
| LAB | lab(82.5 -1.4 1.7) |
| LCH | lch(82.5 2.2 129.0) |
| OKLCH | oklch(0.849 0.006 128.5) |
Copy-ready code
/* CSS */
color: #ccceca;
background-color: #ccceca;
/* Tailwind (arbitrary) */
class="text-[#ccceca] bg-[#ccceca]"
/* SCSS */
$brand: #ccceca;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.792)
/* Android */
Color.parseColor("#ccceca")Accessibility — WCAG contrast
Aa
#ccceca on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccceca on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue79.2%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow1.9%
Key (black)19.2%
Color previews
#ccceca text on a black background
contrast 13.25:1
Card sample
#ccceca text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccceca;
Background color
Panel with #ccceca background
background-color: #ccceca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccceca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccceca; background: linear-gradient(135deg, #ccceca, #CACECB);