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