Teal
#0A9EA9
CyanColor Codes
All color formats for development
HEX
#0A9EA9RGB
rgb(10, 158, 169)HSL
hsl(184, 89%, 35%)OKLCH
oklch(0.638 0.107 203.7)CMYK
cmyk(94%, 7%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#098E98
2#087E87
3#076F76
4#065F65
5#054F54
6#043F43
7#032F33
8#022022
9#011011
Tints
Lighter variations
1#0CBBC8
2#0DD9E7
3#24E4F2
4#43E8F4
5#62ECF6
6#82F0F8
7#A1F4FA
8#C0F7FB
9#E0FBFD
Tones
Muted variations
1#1297A1
2#1A9099
3#228991
4#2A8389
5#327C81
6#397579
7#416E71
8#496769
9#516061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F2 #90F2F9 | BordersInactive statesPlaceholder text |
| 400 | 56EB #56EBF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26E5 #26E5F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CC7 #0CC7D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A9E #0A9EA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0771 #077178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0448 #04484D | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DDFBFD;
--teal-200: #C0F7FB;
--teal-300: #90F2F9;
--teal-400: #56EBF5;
--teal-500: #26E5F2;
--teal-600: #0CC7D4;
--teal-700: #0A9EA9;
--teal-800: #077178;
--teal-900: #04484D;
--teal-950: #032D30;
}