Iron Fist
#cbcdcd
Iron Fist is a color with the hex code #cbcdcd. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cbcdcd | |
|---|---|---|
| RGB | rgb(203, 205, 205) | |
| HSL | hsl(180, 2%, 80%) | |
| CMYK | cmyk(1%, 0%, 0%, 20%) | |
| LAB | lab(82, -1, 0) | |
| OKLCH | oklch(0.85 0.002 197) |
Color harmonies
Tints & shades
Code snippets
color: #cbcdcd;
background-color: #cbcdcd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCBCDCD)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.80, blue: 0.80, alpha: 1.0)