Java
See how #22C1C3 looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Java Base */
--color-primary: #22C1C3;
--color-primary-rgb: 34 193 195;
--color-primary-hsl: 181 70% 45%;
/* Foreground text color based on contrast */
--color-primary-foreground: #000000;
/* Shades */
--color-primary-50: #e9fbfb;
--color-primary-100: #bef3f4;
--color-primary-200: #93eaec;
--color-primary-300: #67e2e4;
--color-primary-400: #3cdadd;
--color-primary-500: #22c0c3;
--color-primary-600: #1b9698;
--color-primary-700: #136b6c;
--color-primary-800: #0b4041;
--color-primary-900: #041516;
}