#c0c4cd
a light, muted blue · cool · closest name: silver
RGB
192, 196, 205
HSL
222°, 12%, 78%
CMYK
6, 4, 0, 20
Luminance
0.5509
Every format
| HEX | #c0c4cd |
| RGB | rgb(192, 196, 205) |
| HSL | hsl(222, 12%, 78%) |
| CMYK | cmyk(6%, 4%, 0%, 20%) |
| LAB | lab(79.1 0.3 -5.0) |
| LCH | lch(79.1 5.0 273.9) |
| OKLCH | oklch(0.820 0.013 266.7) |
Copy-ready code
/* CSS */
color: #c0c4cd;
background-color: #c0c4cd;
/* Tailwind (arbitrary) */
class="text-[#c0c4cd] bg-[#c0c4cd]"
/* SCSS */
$brand: #c0c4cd;
/* SwiftUI */
Color(red: 0.753, green: 0.769, blue: 0.804)
/* Android */
Color.parseColor("#c0c4cd")Accessibility — WCAG contrast
Aa
#c0c4cd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0c4cd on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green76.9%
Blue80.4%
CMYK percentages
Cyan6.3%
Magenta4.4%
Yellow0.0%
Key (black)19.6%
Color previews
#c0c4cd text on a black background
contrast 12.02:1
Card sample
#c0c4cd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0c4cd;
Background color
Panel with #c0c4cd background
background-color: #c0c4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0c4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 196, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 196, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0c4cd; background: linear-gradient(135deg, #c0c4cd, #C5C0CD);