Teal
#08AAA0
CyanColor Codes
All color formats for development
HEX
#08AAA0RGB
rgb(8, 170, 160)HSL
hsl(176, 91%, 35%)OKLCH
oklch(0.665 0.115 187.4)CMYK
cmyk(95%, 0%, 6%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#079990
2#068880
3#067770
4#056660
5#045550
6#034440
7#023330
8#022220
9#011110
Tints
Lighter variations
1#0ACABD
2#0BEADB
3#21F5E6
4#41F6EA
5#61F8ED
6#80F9F1
7#A0FBF4
8#C0FCF8
9#DFFEFB
Tones
Muted variations
1#10A299
2#189A92
3#20928B
4#298A83
5#31827C
6#397A75
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 #C0FCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAF3 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7EC | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AAA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFDFB;
--teal-200: #C0FCF8;
--teal-300: #8FFAF3;
--teal-400: #55F7EC;
--teal-500: #24F5E7;
--teal-600: #0AD6C9;
--teal-700: #08AAA0;
--teal-800: #067A72;
--teal-900: #044E49;
--teal-950: #02312E;
}