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