#c0cccf
a light, muted cyan · cool · closest name: silver
RGB
192, 204, 207
HSL
192°, 14%, 78%
CMYK
7, 1, 0, 19
Luminance
0.5890
Every format
| HEX | #c0cccf |
| RGB | rgb(192, 204, 207) |
| HSL | hsl(192, 14%, 78%) |
| CMYK | cmyk(7%, 1%, 0%, 19%) |
| LAB | lab(81.2 -3.5 -2.9) |
| LCH | lch(81.2 4.5 219.7) |
| OKLCH | oklch(0.837 0.014 214.4) |
Copy-ready code
/* CSS */
color: #c0cccf;
background-color: #c0cccf;
/* Tailwind (arbitrary) */
class="text-[#c0cccf] bg-[#c0cccf]"
/* SCSS */
$brand: #c0cccf;
/* SwiftUI */
Color(red: 0.753, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#c0cccf")Accessibility — WCAG contrast
Aa
#c0cccf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cccf on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.0%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c0cccf text on a black background
contrast 12.78:1
Card sample
#c0cccf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cccf;
Background color
Panel with #c0cccf background
background-color: #c0cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cccf; background: linear-gradient(135deg, #c0cccf, #C0C2CF);