Ship Gray
See how #3C3B3F looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Ship Gray Base */
--color-primary: #3C3B3F;
--color-primary-rgb: 60 59 63;
--color-primary-hsl: 255 3% 24%;
/* Foreground text color based on contrast */
--color-primary-foreground: #ffffff;
/* Shades */
--color-primary-50: #f2f2f3;
--color-primary-100: #d8d8da;
--color-primary-200: #bebdc1;
--color-primary-300: #a4a3a8;
--color-primary-400: #8b8990;
--color-primary-500: #716f76;
--color-primary-600: #58575c;
--color-primary-700: #3f3e42;
--color-primary-800: #262527;
--color-primary-900: #0d0c0d;
}