#cacbc7
a light, muted gray · cool · closest name: silver
RGB
202, 203, 199
HSL
75°, 4%, 79%
CMYK
1, 0, 2, 20
Luminance
0.5939
Every format
| HEX | #cacbc7 |
| RGB | rgb(202, 203, 199) |
| HSL | hsl(75, 4%, 79%) |
| CMYK | cmyk(1%, 0%, 2%, 20%) |
| LAB | lab(81.5 -1.1 1.9) |
| LCH | lch(81.5 2.1 119.8) |
| OKLCH | oklch(0.840 0.006 117.9) |
Copy-ready code
/* CSS */
color: #cacbc7;
background-color: #cacbc7;
/* Tailwind (arbitrary) */
class="text-[#cacbc7] bg-[#cacbc7]"
/* SCSS */
$brand: #cacbc7;
/* SwiftUI */
Color(red: 0.792, green: 0.796, blue: 0.780)
/* Android */
Color.parseColor("#cacbc7")Accessibility — WCAG contrast
Aa
#cacbc7 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacbc7 on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.6%
Blue78.0%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow2.0%
Key (black)20.4%
Color previews
#cacbc7 text on a black background
contrast 12.88:1
Card sample
#cacbc7 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacbc7;
Background color
Panel with #cacbc7 background
background-color: #cacbc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacbc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 203, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 203, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacbc7; background: linear-gradient(135deg, #cacbc7, #C7CBC7);