Batman
#656e72
Batman is a color with the hex code #656e72. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #656e72 | |
|---|---|---|
| RGB | rgb(101, 110, 114) | |
| HSL | hsl(198, 6%, 42%) | |
| CMYK | cmyk(11%, 4%, 0%, 55%) | |
| LAB | lab(46, -3, -3) | |
| OKLCH | oklch(0.53 0.013 226) |
Color harmonies
Tints & shades
Code snippets
color: #656e72;
background-color: #656e72;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF656E72)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.43, blue: 0.45, alpha: 1.0)