Teal
#08AA9A
CyanColor Codes
All color formats for development
HEX
#08AA9ARGB
rgb(8, 170, 154)HSL
hsl(174, 91%, 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#07998B
2#06887B
3#06776C
4#05665D
5#04554D
6#03443E
7#02332E
8#02221F
9#01110F
Tints
Lighter variations
1#0ACAB7
2#0BEAD4
3#21F5DF
4#41F6E4
5#61F8E8
6#80F9ED
7#A0FBF1
8#C0FCF6
9#DFFEFA
Tones
Muted variations
1#10A294
2#189A8D
3#209287
4#298A80
5#31827A
6#397A73
7#41726D
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 | 8FFA #8FFAEF | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | 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: #8FFAEF;
--teal-400: #55F7E7;
--teal-500: #24F5E0;
--teal-600: #0AD6C2;
--teal-700: #08AA9A;
--teal-800: #067A6E;
--teal-900: #044E47;
--teal-950: #02312C;
}