#cecec8
a light, muted gray · cool · closest name: silver
RGB
206, 206, 200
HSL
60°, 6%, 80%
CMYK
0, 0, 3, 19
Luminance
0.6143
Every format
| HEX | #cecec8 |
| RGB | rgb(206, 206, 200) |
| HSL | hsl(60, 6%, 80%) |
| CMYK | cmyk(0%, 0%, 3%, 19%) |
| LAB | lab(82.6 -1.1 3.0) |
| LCH | lch(82.6 3.2 109.9) |
| OKLCH | oklch(0.850 0.008 106.6) |
Copy-ready code
/* CSS */
color: #cecec8;
background-color: #cecec8;
/* Tailwind (arbitrary) */
class="text-[#cecec8] bg-[#cecec8]"
/* SCSS */
$brand: #cecec8;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.784)
/* Android */
Color.parseColor("#cecec8")Accessibility — WCAG contrast
Aa
#cecec8 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecec8 on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow2.9%
Key (black)19.2%
Color previews
#cecec8 text on a black background
contrast 13.29:1
Card sample
#cecec8 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecec8;
Background color
Panel with #cecec8 background
background-color: #cecec8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecec8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecec8; background: linear-gradient(135deg, #cecec8, #CACEC8);