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