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