Teal
#08AA8F
CyanColor Codes
All color formats for development
HEX
#08AA8FRGB
rgb(8, 170, 143)HSL
hsl(170, 91%, 35%)OKLCH
oklch(0.66 0.122 175.8)CMYK
cmyk(95%, 0%, 16%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#079981
2#068873
3#067764
4#056656
5#045548
6#034439
7#02332B
8#02221D
9#01110E
Tints
Lighter variations
1#0ACAAA
2#0BEAC5
3#21F5D1
4#41F6D8
5#61F8DE
6#80F9E5
7#A0FBEB
8#C0FCF2
9#DFFEF8
Tones
Muted variations
1#10A28A
2#189A85
3#20927F
4#298A7A
5#318274
6#397A6F
7#417269
8#496964
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAE8 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7DC | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFDF8;
--teal-200: #C0FCF2;
--teal-300: #8FFAE8;
--teal-400: #55F7DC;
--teal-500: #24F5D2;
--teal-600: #0AD6B4;
--teal-700: #08AA8F;
--teal-800: #067A66;
--teal-900: #044E42;
--teal-950: #023129;
}