#cecfcf
a light, muted gray · cool · closest name: silver
RGB
206, 207, 207
HSL
180°, 1%, 81%
CMYK
1, 0, 0, 19
Luminance
0.6225
Every format
| HEX | #cecfcf |
| RGB | rgb(206, 207, 207) |
| HSL | hsl(180, 1%, 81%) |
| CMYK | cmyk(1%, 0%, 0%, 19%) |
| LAB | lab(83.0 -0.3 -0.1) |
| LCH | lch(83.0 0.4 199.4) |
| OKLCH | oklch(0.854 0.001 197.1) |
Copy-ready code
/* CSS */
color: #cecfcf;
background-color: #cecfcf;
/* Tailwind (arbitrary) */
class="text-[#cecfcf] bg-[#cecfcf]"
/* SCSS */
$brand: #cecfcf;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#cecfcf")Accessibility — WCAG contrast
Aa
#cecfcf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfcf on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow0.0%
Key (black)18.8%
Color previews
#cecfcf text on a black background
contrast 13.45:1
Card sample
#cecfcf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfcf;
Background color
Panel with #cecfcf background
background-color: #cecfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfcf; background: linear-gradient(135deg, #cecfcf, #CECECF);