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