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