#c1c2cc
a light, muted blue · warm · closest name: silver
RGB
193, 194, 204
HSL
235°, 10%, 78%
CMYK
5, 5, 0, 20
Luminance
0.5428
Every format
| HEX | #c1c2cc |
| RGB | rgb(193, 194, 204) |
| HSL | hsl(235, 10%, 78%) |
| CMYK | cmyk(5%, 5%, 0%, 20%) |
| LAB | lab(78.6 1.6 -5.1) |
| LCH | lch(78.6 5.3 286.8) |
| OKLCH | oklch(0.816 0.014 281.5) |
Copy-ready code
/* CSS */
color: #c1c2cc;
background-color: #c1c2cc;
/* Tailwind (arbitrary) */
class="text-[#c1c2cc] bg-[#c1c2cc]"
/* SCSS */
$brand: #c1c2cc;
/* SwiftUI */
Color(red: 0.757, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#c1c2cc")Accessibility — WCAG contrast
Aa
#c1c2cc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1c2cc on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green76.1%
Blue80.0%
CMYK percentages
Cyan5.4%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#c1c2cc text on a black background
contrast 11.86:1
Card sample
#c1c2cc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1c2cc;
Background color
Panel with #c1c2cc background
background-color: #c1c2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1c2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1c2cc; background: linear-gradient(135deg, #c1c2cc, #C7C1CC);