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