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