#cacfcd
a light, muted gray · cool · closest name: silver
RGB
202, 207, 205
HSL
156°, 5%, 80%
CMYK
2, 0, 1, 19
Luminance
0.6159
Every format
| HEX | #cacfcd |
| RGB | rgb(202, 207, 205) |
| HSL | hsl(156, 5%, 80%) |
| CMYK | cmyk(2%, 0%, 1%, 19%) |
| LAB | lab(82.7 -2.1 0.4) |
| LCH | lch(82.7 2.1 169.1) |
| OKLCH | oklch(0.850 0.006 170.4) |
Copy-ready code
/* CSS */
color: #cacfcd;
background-color: #cacfcd;
/* Tailwind (arbitrary) */
class="text-[#cacfcd] bg-[#cacfcd]"
/* SCSS */
$brand: #cacfcd;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.804)
/* Android */
Color.parseColor("#cacfcd")Accessibility — WCAG contrast
Aa
#cacfcd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfcd on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue80.4%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow1.0%
Key (black)18.8%
Color previews
#cacfcd text on a black background
contrast 13.32:1
Card sample
#cacfcd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfcd;
Background color
Panel with #cacfcd background
background-color: #cacfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfcd; background: linear-gradient(135deg, #cacfcd, #CACECF);