Teal
#08AAAA
CyanColor Codes
All color formats for development
HEX
#08AAAARGB
rgb(8, 170, 170)HSL
hsl(180, 91%, 35%)OKLCH
oklch(0.669 0.113 194.8)CMYK
cmyk(95%, 0%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#079999
2#068888
3#067777
4#056666
5#045555
6#034444
7#023333
8#022222
9#011111
Tints
Lighter variations
1#0ACACA
2#0BEAEA
3#21F5F5
4#41F6F6
5#61F8F8
6#80F9F9
7#A0FBFB
8#C0FCFC
9#DFFEFE
Tones
Muted variations
1#10A2A2
2#189A9A
3#209292
4#298A8A
5#318282
6#397A7A
7#417272
8#496969
9#516161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAFA | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AAAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFE;
--teal-100: #DDFDFD;
--teal-200: #C0FCFC;
--teal-300: #8FFAFA;
--teal-400: #55F7F7;
--teal-500: #24F5F5;
--teal-600: #0AD6D6;
--teal-700: #08AAAA;
--teal-800: #067A7A;
--teal-900: #044E4E;
--teal-950: #023131;
}