#c0cacf
a light, muted blue · cool · closest name: silver
RGB
192, 202, 207
HSL
200°, 14%, 78%
CMYK
7, 2, 0, 19
Luminance
0.5795
Every format
| HEX | #c0cacf |
| RGB | rgb(192, 202, 207) |
| HSL | hsl(200, 14%, 78%) |
| CMYK | cmyk(7%, 2%, 0%, 19%) |
| LAB | lab(80.7 -2.4 -3.7) |
| LCH | lch(80.7 4.4 236.4) |
| OKLCH | oklch(0.833 0.013 229.0) |
Copy-ready code
/* CSS */
color: #c0cacf;
background-color: #c0cacf;
/* Tailwind (arbitrary) */
class="text-[#c0cacf] bg-[#c0cacf]"
/* SCSS */
$brand: #c0cacf;
/* SwiftUI */
Color(red: 0.753, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#c0cacf")Accessibility — WCAG contrast
Aa
#c0cacf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cacf on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green79.2%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c0cacf text on a black background
contrast 12.59:1
Card sample
#c0cacf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cacf;
Background color
Panel with #c0cacf background
background-color: #c0cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cacf; background: linear-gradient(135deg, #c0cacf, #C0C0CF);