#c1c2cf
a light, muted blue · warm · closest name: silver
RGB
193, 194, 207
HSL
236°, 13%, 78%
CMYK
7, 6, 0, 19
Luminance
0.5443
Every format
| HEX | #c1c2cf |
| RGB | rgb(193, 194, 207) |
| HSL | hsl(236, 13%, 78%) |
| CMYK | cmyk(7%, 6%, 0%, 19%) |
| LAB | lab(78.7 2.1 -6.6) |
| LCH | lch(78.7 6.9 287.9) |
| OKLCH | oklch(0.817 0.018 282.5) |
Copy-ready code
/* CSS */
color: #c1c2cf;
background-color: #c1c2cf;
/* Tailwind (arbitrary) */
class="text-[#c1c2cf] bg-[#c1c2cf]"
/* SCSS */
$brand: #c1c2cf;
/* SwiftUI */
Color(red: 0.757, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#c1c2cf")Accessibility — WCAG contrast
Aa
#c1c2cf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1c2cf on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green76.1%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#c1c2cf text on a black background
contrast 11.89:1
Card sample
#c1c2cf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1c2cf;
Background color
Panel with #c1c2cf background
background-color: #c1c2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1c2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1c2cf; background: linear-gradient(135deg, #c1c2cf, #C9C1CF);