Teal
#08AA87
CyanColor Codes
All color formats for development
HEX
#08AA87RGB
rgb(8, 170, 135)HSL
hsl(167, 91%, 35%)OKLCH
oklch(0.658 0.128 171.1)CMYK
cmyk(95%, 0%, 21%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07997A
2#06886C
3#06775F
4#056651
5#045544
6#034436
7#023329
8#02221B
9#01110E
Tints
Lighter variations
1#0ACAA0
2#0BEABA
3#21F5C7
4#41F6CF
5#61F8D7
6#80F9DF
7#A0FBE7
8#C0FCEF
9#DFFEF7
Tones
Muted variations
1#10A283
2#189A7E
3#209279
4#298A75
5#318270
6#397A6C
7#417267
8#496962
9#51615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAE3 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7D4 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6AA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFDF6;
--teal-200: #C0FCEF;
--teal-300: #8FFAE3;
--teal-400: #55F7D4;
--teal-500: #24F5C7;
--teal-600: #0AD6AA;
--teal-700: #08AA87;
--teal-800: #067A61;
--teal-900: #044E3E;
--teal-950: #023127;
}