Metal Gear
#a2c3db
Metal Gear, represented by the hex value #a2c3db, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a2c3db | |
|---|---|---|
| RGB | rgb(162, 195, 219) | |
| HSL | hsl(205, 44%, 75%) | |
| CMYK | cmyk(26%, 11%, 0%, 14%) | |
| LAB | lab(77, -7, -16) | |
| OKLCH | oklch(0.8 0.049 240) |
Color harmonies
Tints & shades
Code snippets
color: #a2c3db;
background-color: #a2c3db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFA2C3DB)
/* Swift / UIKit */
UIColor(red: 0.64, green: 0.76, blue: 0.86, alpha: 1.0)