#c3c3cf
a light, muted blue · warm · closest name: silver
RGB
195, 195, 207
HSL
240°, 11%, 79%
CMYK
6, 6, 0, 19
Luminance
0.5514
Every format
| HEX | #c3c3cf |
| RGB | rgb(195, 195, 207) |
| HSL | hsl(240, 11%, 79%) |
| CMYK | cmyk(6%, 6%, 0%, 19%) |
| LAB | lab(79.1 2.3 -6.0) |
| LCH | lch(79.1 6.4 290.8) |
| OKLCH | oklch(0.821 0.017 286.0) |
Copy-ready code
/* CSS */
color: #c3c3cf;
background-color: #c3c3cf;
/* Tailwind (arbitrary) */
class="text-[#c3c3cf] bg-[#c3c3cf]"
/* SCSS */
$brand: #c3c3cf;
/* SwiftUI */
Color(red: 0.765, green: 0.765, blue: 0.812)
/* Android */
Color.parseColor("#c3c3cf")Accessibility — WCAG contrast
Aa
#c3c3cf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c3cf on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green76.5%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta5.8%
Yellow0.0%
Key (black)18.8%
Color previews
#c3c3cf text on a black background
contrast 12.03:1
Card sample
#c3c3cf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c3cf;
Background color
Panel with #c3c3cf background
background-color: #c3c3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 195, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 195, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c3cf; background: linear-gradient(135deg, #c3c3cf, #CBC3CF);