#cacfd1
a light, muted gray · cool · closest name: silver
RGB
202, 207, 209
HSL
197°, 7%, 81%
CMYK
3, 1, 0, 18
Luminance
0.6179
Every format
| HEX | #cacfd1 |
| RGB | rgb(202, 207, 209) |
| HSL | hsl(197, 7%, 81%) |
| CMYK | cmyk(3%, 1%, 0%, 18%) |
| LAB | lab(82.8 -1.3 -1.6) |
| LCH | lch(82.8 2.1 230.1) |
| OKLCH | oklch(0.851 0.006 223.5) |
Copy-ready code
/* CSS */
color: #cacfd1;
background-color: #cacfd1;
/* Tailwind (arbitrary) */
class="text-[#cacfd1] bg-[#cacfd1]"
/* SCSS */
$brand: #cacfd1;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.820)
/* Android */
Color.parseColor("#cacfd1")Accessibility — WCAG contrast
Aa
#cacfd1 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfd1 on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue82.0%
CMYK percentages
Cyan3.3%
Magenta1.0%
Yellow0.0%
Key (black)18.0%
Color previews
#cacfd1 text on a black background
contrast 13.36:1
Card sample
#cacfd1 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfd1;
Background color
Panel with #cacfd1 background
background-color: #cacfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfd1; background: linear-gradient(135deg, #cacfd1, #CACAD1);