#cecacf
a light, muted gray · warm · closest name: silver
RGB
206, 202, 207
HSL
288°, 5%, 80%
CMYK
1, 2, 0, 19
Luminance
0.5987
Every format
| HEX | #cecacf |
| RGB | rgb(206, 202, 207) |
| HSL | hsl(288, 5%, 80%) |
| CMYK | cmyk(1%, 2%, 0%, 19%) |
| LAB | lab(81.8 2.3 -2.0) |
| LCH | lch(81.8 3.0 318.9) |
| OKLCH | oklch(0.844 0.008 319.4) |
Copy-ready code
/* CSS */
color: #cecacf;
background-color: #cecacf;
/* Tailwind (arbitrary) */
class="text-[#cecacf] bg-[#cecacf]"
/* SCSS */
$brand: #cecacf;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#cecacf")Accessibility — WCAG contrast
Aa
#cecacf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecacf on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cecacf text on a black background
contrast 12.97:1
Card sample
#cecacf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecacf;
Background color
Panel with #cecacf background
background-color: #cecacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecacf; background: linear-gradient(135deg, #cecacf, #CFCACD);