#c3cbc3
a light, muted gray · cool · closest name: silver
RGB
195, 203, 195
HSL
120°, 7%, 78%
CMYK
4, 0, 4, 20
Luminance
0.5825
Every format
| HEX | #c3cbc3 |
| RGB | rgb(195, 203, 195) |
| HSL | hsl(120, 7%, 78%) |
| CMYK | cmyk(4%, 0%, 4%, 20%) |
| LAB | lab(80.9 -4.2 3.0) |
| LCH | lch(80.9 5.2 144.3) |
| OKLCH | oklch(0.834 0.014 145.4) |
Copy-ready code
/* CSS */
color: #c3cbc3;
background-color: #c3cbc3;
/* Tailwind (arbitrary) */
class="text-[#c3cbc3] bg-[#c3cbc3]"
/* SCSS */
$brand: #c3cbc3;
/* SwiftUI */
Color(red: 0.765, green: 0.796, blue: 0.765)
/* Android */
Color.parseColor("#c3cbc3")Accessibility — WCAG contrast
Aa
#c3cbc3 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cbc3 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green79.6%
Blue76.5%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow3.9%
Key (black)20.4%
Color previews
#c3cbc3 text on a black background
contrast 12.65:1
Card sample
#c3cbc3 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cbc3;
Background color
Panel with #c3cbc3 background
background-color: #c3cbc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cbc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 203, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 203, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cbc3; background: linear-gradient(135deg, #c3cbc3, #C3CBC8);