Teal
#0AA98E
CyanColor Codes
All color formats for development
HEX
#0AA98ERGB
rgb(10, 169, 142)HSL
hsl(170, 89%, 35%)OKLCH
oklch(0.657 0.122 175.7)CMYK
cmyk(94%, 0%, 16%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#099880
2#088772
3#077664
4#066555
5#055447
6#044339
7#03332B
8#02221C
9#01110E
Tints
Lighter variations
1#0CC8A9
2#0DE7C3
3#24F2D0
4#43F4D7
5#62F6DD
6#82F8E4
7#A1FAEB
8#C0FBF2
9#E0FDF8
Tones
Muted variations
1#12A189
2#1A9984
3#22917E
4#2A8979
5#328174
6#39796E
7#417169
8#496964
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E7 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5DB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA98E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077866 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF8;
--teal-200: #C0FBF2;
--teal-300: #90F9E7;
--teal-400: #56F5DB;
--teal-500: #26F2D0;
--teal-600: #0CD4B3;
--teal-700: #0AA98E;
--teal-800: #077866;
--teal-900: #044D41;
--teal-950: #033029;
}