Foil
#c0c3c4
Looking for the precise values behind Foil (#c0c3c4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c0c3c4 | |
|---|---|---|
| RGB | rgb(192, 195, 196) | |
| HSL | hsl(195, 3%, 76%) | |
| CMYK | cmyk(2%, 1%, 0%, 23%) | |
| LAB | lab(79, -1, -1) | |
| OKLCH | oklch(0.82 0.004 220) |
Color harmonies
Tints & shades
Code snippets
color: #c0c3c4;
background-color: #c0c3c4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC0C3C4)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.76, blue: 0.77, alpha: 1.0)