Teal
#08AA95
CyanColor Codes
All color formats for development
HEX
#08AA95RGB
rgb(8, 170, 149)HSL
hsl(172, 91%, 35%)OKLCH
oklch(0.662 0.119 179.7)CMYK
cmyk(95%, 0%, 12%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#079986
2#068877
3#067768
4#056659
5#04554A
6#03443C
7#02332D
8#02221E
9#01110F
Tints
Lighter variations
1#0ACAB0
2#0BEACC
3#21F5D8
4#41F6DE
5#61F8E3
6#80F9E9
7#A0FBEE
8#C0FCF4
9#DFFEF9
Tones
Muted variations
1#10A28F
2#189A89
3#209283
4#298A7D
5#318277
6#397A71
7#41726B
8#496965
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEB | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFDF9;
--teal-200: #C0FCF4;
--teal-300: #8FFAEB;
--teal-400: #55F7E1;
--teal-500: #24F5D9;
--teal-600: #0AD6BB;
--teal-700: #08AA95;
--teal-800: #067A6A;
--teal-900: #044E44;
--teal-950: #02312B;
}