#c3cacf
a light, muted blue · cool · closest name: silver
RGB
195, 202, 207
HSL
205°, 11%, 79%
CMYK
6, 2, 0, 19
Luminance
0.5835
Every format
| HEX | #c3cacf |
| RGB | rgb(195, 202, 207) |
| HSL | hsl(205, 11%, 79%) |
| CMYK | cmyk(6%, 2%, 0%, 19%) |
| LAB | lab(80.9 -1.4 -3.3) |
| LCH | lch(80.9 3.6 246.6) |
| OKLCH | oklch(0.835 0.010 238.5) |
Copy-ready code
/* CSS */
color: #c3cacf;
background-color: #c3cacf;
/* Tailwind (arbitrary) */
class="text-[#c3cacf] bg-[#c3cacf]"
/* SCSS */
$brand: #c3cacf;
/* SwiftUI */
Color(red: 0.765, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#c3cacf")Accessibility — WCAG contrast
Aa
#c3cacf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cacf on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green79.2%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c3cacf text on a black background
contrast 12.67:1
Card sample
#c3cacf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cacf;
Background color
Panel with #c3cacf background
background-color: #c3cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cacf; background: linear-gradient(135deg, #c3cacf, #C4C3CF);