Teal
#09AA9A
CyanColor Codes
All color formats for development
HEX
#09AA9ARGB
rgb(9, 170, 154)HSL
hsl(174, 90%, 35%)OKLCH
oklch(0.663 0.117 183.1)CMYK
cmyk(95%, 0%, 9%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08998A
2#07887B
3#06776B
4#05665C
5#04554D
6#04443D
7#03332E
8#02221F
9#01110F
Tints
Lighter variations
1#0BC9B6
2#0CE9D3
3#23F3DF
4#42F5E3
5#62F7E8
6#81F8EC
7#A1FAF1
8#C0FCF6
9#E0FDFA
Tones
Muted variations
1#11A293
2#199A8D
3#219186
4#298980
5#318179
6#397973
7#41716D
8#496966
9#516160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06796E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFDFA;
--teal-200: #C0FCF6;
--teal-300: #90F9EF;
--teal-400: #55F6E6;
--teal-500: #25F4DF;
--teal-600: #0BD5C1;
--teal-700: #09AA9A;
--teal-800: #06796E;
--teal-900: #044E46;
--teal-950: #03302C;
}