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