#c1c1ca
a light, muted gray · warm · closest name: silver
RGB
193, 193, 202
HSL
240°, 8%, 78%
CMYK
5, 5, 0, 21
Luminance
0.5374
Every format
| HEX | #c1c1ca |
| RGB | rgb(193, 193, 202) |
| HSL | hsl(240, 8%, 78%) |
| CMYK | cmyk(5%, 5%, 0%, 21%) |
| LAB | lab(78.3 1.7 -4.5) |
| LCH | lch(78.3 4.8 290.6) |
| OKLCH | oklch(0.814 0.013 286.1) |
Copy-ready code
/* CSS */
color: #c1c1ca;
background-color: #c1c1ca;
/* Tailwind (arbitrary) */
class="text-[#c1c1ca] bg-[#c1c1ca]"
/* SCSS */
$brand: #c1c1ca;
/* SwiftUI */
Color(red: 0.757, green: 0.757, blue: 0.792)
/* Android */
Color.parseColor("#c1c1ca")Accessibility — WCAG contrast
Aa
#c1c1ca on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1c1ca on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green75.7%
Blue79.2%
CMYK percentages
Cyan4.5%
Magenta4.5%
Yellow0.0%
Key (black)20.8%
Color previews
#c1c1ca text on a black background
contrast 11.75:1
Card sample
#c1c1ca text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1c1ca;
Background color
Panel with #c1c1ca background
background-color: #c1c1ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1c1ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 193, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 193, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1c1ca; background: linear-gradient(135deg, #c1c1ca, #C7C1CA);