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