Microchip
#babcc0
Microchip is a color with the hex code #babcc0. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #babcc0 | |
|---|---|---|
| RGB | rgb(186, 188, 192) | |
| HSL | hsl(220, 5%, 74%) | |
| CMYK | cmyk(3%, 2%, 0%, 25%) | |
| LAB | lab(76, 0, -2) | |
| OKLCH | oklch(0.79 0.006 265) |
Color harmonies
Tints & shades
Code snippets
color: #babcc0;
background-color: #babcc0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBABCC0)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.74, blue: 0.75, alpha: 1.0)