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