Magnesium
#c1c2c3
Magnesium is a color with the hex code #c1c2c3. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c1c2c3 | |
|---|---|---|
| RGB | rgb(193, 194, 195) | |
| HSL | hsl(210, 2%, 76%) | |
| CMYK | cmyk(1%, 1%, 0%, 24%) | |
| LAB | lab(78, 0, -1) | |
| OKLCH | oklch(0.81 0.002 248) |
Color harmonies
Tints & shades
Code snippets
color: #c1c2c3;
background-color: #c1c2c3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC1C2C3)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.76, blue: 0.76, alpha: 1.0)