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