Teal
#0AA99E
CyanColor Codes
All color formats for development
HEX
#0AA99ERGB
rgb(10, 169, 158)HSL
hsl(176, 89%, 35%)OKLCH
oklch(0.662 0.115 186.6)CMYK
cmyk(94%, 0%, 7%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09988E
2#08877E
3#07766F
4#06655F
5#05544F
6#04433F
7#03332F
8#022220
9#011110
Tints
Lighter variations
1#0CC8BB
2#0DE7D9
3#24F2E4
4#43F4E8
5#62F6EC
6#82F8F0
7#A1FAF4
8#C0FBF7
9#E0FDFB
Tones
Muted variations
1#12A197
2#1A9990
3#229189
4#2A8983
5#32817C
6#397975
7#41716E
8#496967
9#516160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F2 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5EB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA99E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DDFDFB;
--teal-200: #C0FBF7;
--teal-300: #90F9F2;
--teal-400: #56F5EB;
--teal-500: #26F2E5;
--teal-600: #0CD4C7;
--teal-700: #0AA99E;
--teal-800: #077871;
--teal-900: #044D48;
--teal-950: #03302D;
}