Teal
#08AA9D
CyanColor Codes
All color formats for development
HEX
#08AA9DRGB
rgb(8, 170, 157)HSL
hsl(175, 91%, 35%)OKLCH
oklch(0.664 0.116 185.2)CMYK
cmyk(95%, 0%, 8%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07998D
2#06887E
3#06776E
4#05665E
5#04554E
6#03443F
7#02332F
8#02221F
9#011110
Tints
Lighter variations
1#0ACABA
2#0BEAD7
3#21F5E3
4#41F6E7
5#61F8EB
6#80F9EF
7#A0FBF3
8#C0FCF7
9#DFFEFB
Tones
Muted variations
1#10A296
2#189A8F
3#209289
4#298A82
5#31827B
6#397A74
7#41726E
8#496967
9#516160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAF1 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E9 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFDFB;
--teal-200: #C0FCF7;
--teal-300: #8FFAF1;
--teal-400: #55F7E9;
--teal-500: #24F5E3;
--teal-600: #0AD6C5;
--teal-700: #08AA9D;
--teal-800: #067A70;
--teal-900: #044E48;
--teal-950: #02312D;
}