Terminal Black
#2b322d
Terminal Black is a color with the hex code #2b322d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #2b322d | |
|---|---|---|
| RGB | rgb(43, 50, 45) | |
| HSL | hsl(137, 8%, 18%) | |
| CMYK | cmyk(14%, 0%, 10%, 80%) | |
| LAB | lab(20, -4, 2) | |
| OKLCH | oklch(0.31 0.013 154) |
Color harmonies
Tints & shades
Code snippets
color: #2b322d;
background-color: #2b322d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF2B322D)
/* Swift / UIKit */
UIColor(red: 0.17, green: 0.20, blue: 0.18, alpha: 1.0)