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