Teal
#0A94A9
CyanColor Codes
All color formats for development
HEX
#0A94A9RGB
rgb(10, 148, 169)HSL
hsl(188, 89%, 35%)OKLCH
oklch(0.613 0.105 212.4)CMYK
cmyk(94%, 12%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#098598
2#087687
3#076776
4#065965
5#054A54
6#043B43
7#032C33
8#021E22
9#010F11
Tints
Lighter variations
1#0CAFC8
2#0DCAE7
3#24D7F2
4#43DCF4
5#62E2F6
6#82E8F8
7#A1EEFA
8#C0F3FB
9#E0F9FD
Tones
Muted variations
1#128EA1
2#1A8899
3#228291
4#2A7C89
5#327681
6#397179
7#416B71
8#496569
9#515F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EB #90EBF9 | BordersInactive statesPlaceholder text |
| 400 | 56E0 #56E0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D7 #26D7F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB9 #0CB9D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A94 #0A94A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0769 #076978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434D | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DDF9FD;
--teal-200: #C0F3FB;
--teal-300: #90EBF9;
--teal-400: #56E0F5;
--teal-500: #26D7F2;
--teal-600: #0CB9D4;
--teal-700: #0A94A9;
--teal-800: #076978;
--teal-900: #04434D;
--teal-950: #032A30;
}