#cacecf
a light, muted gray · cool · closest name: silver
RGB
202, 206, 207
HSL
192°, 5%, 80%
CMYK
2, 1, 0, 19
Luminance
0.6120
Every format
| HEX | #cacecf |
| RGB | rgb(202, 206, 207) |
| HSL | hsl(192, 5%, 80%) |
| CMYK | cmyk(2%, 1%, 0%, 19%) |
| LAB | lab(82.5 -1.2 -1.0) |
| LCH | lch(82.5 1.5 219.4) |
| OKLCH | oklch(0.849 0.005 214.3) |
Copy-ready code
/* CSS */
color: #cacecf;
background-color: #cacecf;
/* Tailwind (arbitrary) */
class="text-[#cacecf] bg-[#cacecf]"
/* SCSS */
$brand: #cacecf;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#cacecf")Accessibility — WCAG contrast
Aa
#cacecf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacecf on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cacecf text on a black background
contrast 13.24:1
Card sample
#cacecf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacecf;
Background color
Panel with #cacecf background
background-color: #cacecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacecf; background: linear-gradient(135deg, #cacecf, #CACBCF);