#c1cacf
a light, muted blue · cool · closest name: silver
RGB
193, 202, 207
HSL
201°, 13%, 78%
CMYK
7, 2, 0, 19
Luminance
0.5808
Every format
| HEX | #c1cacf |
| RGB | rgb(193, 202, 207) |
| HSL | hsl(201, 13%, 78%) |
| CMYK | cmyk(7%, 2%, 0%, 19%) |
| LAB | lab(80.8 -2.1 -3.5) |
| LCH | lch(80.8 4.1 239.3) |
| OKLCH | oklch(0.834 0.012 231.7) |
Copy-ready code
/* CSS */
color: #c1cacf;
background-color: #c1cacf;
/* Tailwind (arbitrary) */
class="text-[#c1cacf] bg-[#c1cacf]"
/* SCSS */
$brand: #c1cacf;
/* SwiftUI */
Color(red: 0.757, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#c1cacf")Accessibility — WCAG contrast
Aa
#c1cacf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cacf on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green79.2%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c1cacf text on a black background
contrast 12.62:1
Card sample
#c1cacf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cacf;
Background color
Panel with #c1cacf background
background-color: #c1cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cacf; background: linear-gradient(135deg, #c1cacf, #C1C1CF);