#c1cccf
a light, muted cyan · cool · closest name: silver
RGB
193, 204, 207
HSL
193°, 13%, 78%
CMYK
7, 1, 0, 19
Luminance
0.5903
Every format
| HEX | #c1cccf |
| RGB | rgb(193, 204, 207) |
| HSL | hsl(193, 13%, 78%) |
| CMYK | cmyk(7%, 1%, 0%, 19%) |
| LAB | lab(81.3 -3.2 -2.8) |
| LCH | lch(81.3 4.2 221.3) |
| OKLCH | oklch(0.838 0.013 215.8) |
Copy-ready code
/* CSS */
color: #c1cccf;
background-color: #c1cccf;
/* Tailwind (arbitrary) */
class="text-[#c1cccf] bg-[#c1cccf]"
/* SCSS */
$brand: #c1cccf;
/* SwiftUI */
Color(red: 0.757, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#c1cccf")Accessibility — WCAG contrast
Aa
#c1cccf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cccf on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green80.0%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c1cccf text on a black background
contrast 12.81:1
Card sample
#c1cccf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cccf;
Background color
Panel with #c1cccf background
background-color: #c1cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cccf; background: linear-gradient(135deg, #c1cccf, #C1C3CF);