Teal
#08AA85
CyanColor Codes
All color formats for development
HEX
#08AA85RGB
rgb(8, 170, 133)HSL
hsl(166, 91%, 35%)OKLCH
oklch(0.657 0.129 169.9)CMYK
cmyk(95%, 0%, 22%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#079977
2#06886A
3#06775D
4#056650
5#045542
6#034435
7#023328
8#02221B
9#01110D
Tints
Lighter variations
1#0ACA9D
2#0BEAB6
3#21F5C3
4#41F6CC
5#61F8D4
6#80F9DD
7#A0FBE5
8#C0FCEE
9#DFFEF6
Tones
Muted variations
1#10A280
2#189A7C
3#209278
4#298A73
5#31826F
6#397A6B
7#417266
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 #C0FCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAE1 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFDF6;
--teal-200: #C0FCEE;
--teal-300: #8FFAE1;
--teal-400: #55F7D1;
--teal-500: #24F5C4;
--teal-600: #0AD6A7;
--teal-700: #08AA85;
--teal-800: #067A5F;
--teal-900: #044E3D;
--teal-950: #023126;
}