#caccc7
a light, muted gray · cool · closest name: silver
RGB
202, 204, 199
HSL
84°, 5%, 79%
CMYK
1, 0, 3, 20
Luminance
0.5987
Every format
| HEX | #caccc7 |
| RGB | rgb(202, 204, 199) |
| HSL | hsl(84, 5%, 79%) |
| CMYK | cmyk(1%, 0%, 3%, 20%) |
| LAB | lab(81.8 -1.6 2.3) |
| LCH | lch(81.8 2.8 125.2) |
| OKLCH | oklch(0.842 0.007 124.5) |
Copy-ready code
/* CSS */
color: #caccc7;
background-color: #caccc7;
/* Tailwind (arbitrary) */
class="text-[#caccc7] bg-[#caccc7]"
/* SCSS */
$brand: #caccc7;
/* SwiftUI */
Color(red: 0.792, green: 0.800, blue: 0.780)
/* Android */
Color.parseColor("#caccc7")Accessibility — WCAG contrast
Aa
#caccc7 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caccc7 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.0%
Blue78.0%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow2.5%
Key (black)20.0%
Color previews
#caccc7 text on a black background
contrast 12.97:1
Card sample
#caccc7 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caccc7;
Background color
Panel with #caccc7 background
background-color: #caccc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caccc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 204, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 204, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caccc7; background: linear-gradient(135deg, #caccc7, #C7CCC7);