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