#c3cecf
a light, muted cyan · cool · closest name: silver
RGB
195, 206, 207
HSL
185°, 11%, 79%
CMYK
6, 1, 0, 19
Luminance
0.6025
Every format
| HEX | #c3cecf |
| RGB | rgb(195, 206, 207) |
| HSL | hsl(185, 11%, 79%) |
| CMYK | cmyk(6%, 1%, 0%, 19%) |
| LAB | lab(82.0 -3.5 -1.8) |
| LCH | lch(82.0 4.0 206.8) |
| OKLCH | oklch(0.843 0.012 203.5) |
Copy-ready code
/* CSS */
color: #c3cecf;
background-color: #c3cecf;
/* Tailwind (arbitrary) */
class="text-[#c3cecf] bg-[#c3cecf]"
/* SCSS */
$brand: #c3cecf;
/* SwiftUI */
Color(red: 0.765, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#c3cecf")Accessibility — WCAG contrast
Aa
#c3cecf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cecf on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green80.8%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c3cecf text on a black background
contrast 13.05:1
Card sample
#c3cecf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cecf;
Background color
Panel with #c3cecf background
background-color: #c3cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cecf; background: linear-gradient(135deg, #c3cecf, #C3C6CF);